This commit is contained in:
DavidXanatos 2023-03-14 08:41:25 +01:00
parent d6fcbd94e9
commit f315d51658
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issue with new box wizard [#2729](https://github.com/sandboxie-plus/Sandboxie/issues/2729)
- fixed issue with break out processes and user restricted sandboxes [#2732](https://github.com/sandboxie-plus/Sandboxie/issues/2732)
- fixed a couple UI issues [#2733](https://github.com/sandboxie-plus/Sandboxie/issues/2733)
- fixed useless help button [#2748](https://github.com/sandboxie-plus/Sandboxie/issues/2748)

View File

@ -55,6 +55,7 @@ int main(int argc, char *argv[])
// QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
//}
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
QtSingleApplication app(argc, argv);
app.setQuitOnLastWindowClosed(false);