From 90f18ff161dcff4ec9112758883b706655f56688 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 4 Apr 2021 18:26:10 +0300 Subject: =?UTF-8?q?fixes=20#2829=20(=D0=BF=D0=B5=D1=80=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D0=BB=D1=81=D1=8F=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8=20=D1=81=20=D0=BE?= =?UTF-8?q?=D0=BF=D1=86=D0=B8=D1=8F=D0=BC=D0=B8=20=D0=B0=D0=BA=D0=BA=D0=B0?= =?UTF-8?q?=D1=83=D0=BD=D1=82=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mir_app/src/options.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mir_app') diff --git a/src/mir_app/src/options.cpp b/src/mir_app/src/options.cpp index a0db563361..a8f1ae437b 100644 --- a/src/mir_app/src/options.cpp +++ b/src/mir_app/src/options.cpp @@ -1270,10 +1270,8 @@ static INT_PTR OpenOptionsDialog(WPARAM, LPARAM) static int OptDynamicLoadOptions(WPARAM, LPARAM hInstance) { - bLoadingPrivateOptions = true; OptionsPageList arPages(1); CallPluginEventHook((HINSTANCE)hInstance, hOptionsInitEvent, (WPARAM)&arPages, 0); - bLoadingPrivateOptions = false; return 0; } -- cgit v1.2.3