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()) {