From 86b82de0ec0aa933bf8101cef55597e19d78d6a8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 16 Apr 2022 15:02:19 +0300 Subject: =?UTF-8?q?fixes=20#3008=20(=D0=9D=D0=B5=D0=B4=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=BA=D0=B0=20=D0=BF=D1=80=D0=B8=20=D1=81?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=20=D1=80=D0=B0=D0=B7=D1=80=D1=8F=D0=B4?= =?UTF-8?q?=D0=BD=D0=BE=D1=81=D1=82=D0=B8=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/PluginUpdater/src/Notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PluginUpdater/src/Notifications.cpp') diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp index 24471f507d..e9724717dd 100644 --- a/plugins/PluginUpdater/src/Notifications.cpp +++ b/plugins/PluginUpdater/src/Notifications.cpp @@ -74,7 +74,7 @@ void CALLBACK RestartPrompt(void *) return; } - CallService(MS_SYSTEM_RESTART, g_plugin.getBool("RestartCurrentProfile", true), 0); + DoRestart(); } static LRESULT CALLBACK PopupDlgProcRestart(HWND hPopup, UINT uMsg, WPARAM wParam, LPARAM lParam) -- cgit v1.2.3