From 1481c93d70bef5a5953437f2b0c6c12ba0052292 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:55:38 +0100 Subject: [PATCH] 1.15.4 --- CHANGELOG.md | 2 +- SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf8a717..5cd5bf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### - Fixed issues with ini section editor in dark mode - Fix deleting sandbox content [#4407](https://github.com/sandboxie-plus/Sandboxie/pull/4407) - +- Fixed run unsandboxed no longer working from box picker window diff --git a/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp b/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp index d5083aa2..91defea1 100644 --- a/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp +++ b/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp @@ -247,6 +247,8 @@ void CSelectBoxWindow::OnRun() { if (QMessageBox("Sandboxie-Plus", tr("Are you sure you want to run the program outside the sandbox?"), QMessageBox::Question, QMessageBox::Yes, QMessageBox::No | QMessageBox::Default | QMessageBox::Escape, QMessageBox::NoButton, this).exec() != QMessageBox::Yes) return; + + BoxNames.append(""); } if (ui.radBoxedNew->isChecked()) {