From f315d5165829adf1111493a418fc3dc90d0ea7a2 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Tue, 14 Mar 2023 08:41:25 +0100 Subject: [PATCH] 1.8.1 --- CHANGELOG.md | 1 + SandboxiePlus/SandMan/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695474c6..f78aaf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/SandboxiePlus/SandMan/main.cpp b/SandboxiePlus/SandMan/main.cpp index d2a30f28..32cb9df8 100644 --- a/SandboxiePlus/SandMan/main.cpp +++ b/SandboxiePlus/SandMan/main.cpp @@ -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);