From 03c5580fc6466310f201b42dd0b23966534e6346 Mon Sep 17 00:00:00 2001 From: offhub <6871698+offhub@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:46:55 +0300 Subject: [PATCH] fix ForceChildrenDisabled --- SandboxiePlus/SandMan/Windows/OptionsForce.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SandboxiePlus/SandMan/Windows/OptionsForce.cpp b/SandboxiePlus/SandMan/Windows/OptionsForce.cpp index e176f083..a08d3a05 100644 --- a/SandboxiePlus/SandMan/Windows/OptionsForce.cpp +++ b/SandboxiePlus/SandMan/Windows/OptionsForce.cpp @@ -180,6 +180,7 @@ void COptionsWindow::SaveForced() else { switch (Type) { case eProcess: ForceProcessDisabled.append(pItem->data(1, Qt::UserRole).toString()); break; + case eParent: ForceChildrenDisabled.append(pItem->data(1, Qt::UserRole).toString()); break; case ePath: ForceFolderDisabled.append(pItem->data(1, Qt::UserRole).toString()); break; } }