This commit is contained in:
DavidXanatos 2022-09-25 11:22:53 +02:00
parent 408280ab4f
commit ef26559fa4
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issue with dummy manifests [#2252](https://github.com/sandboxie-plus/Sandboxie/issues/2252)
- fixed issue with XYplorer [#2230](https://github.com/sandboxie-plus/Sandboxie/issues/2230)
- fixed crash in Plus UI [e9e21c2](https://github.com/sandboxie-plus/Sandboxie/commit/e9e21c215ed87cf1d5aa999407ab2f99d5da9e4a)
- fixed m_pCleanUpButton is displayed empty when NoIcons=1 [#2273](https://github.com/sandboxie-plus/Sandboxie/pull/2273) (thanks okrc)

View File

@ -698,7 +698,7 @@ void CSandMan::CreateToolBar()
//m_pToolBar->addAction(m_pMenuEmptyAll);
//m_pToolBar->addSeparator();
m_pToolBar->addAction(m_pKeepTerminated);
m_pToolBar->addSeparator();
//m_pToolBar->addSeparator();
//m_pToolBar->addAction(m_pCleanUp);
m_pCleanUpButton = new QToolButton();