diff options
author | George Hazan <ghazan@miranda.im> | 2022-04-19 19:48:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-04-19 19:48:35 +0300 |
commit | dbc18aef69c444c6368f65b11bb031b322ac5ffd (patch) | |
tree | 8d0ca30e970f4c9134614636f661056fe2d47f15 /plugins | |
parent | c13715051274a3dbe6e36279bdc27d06a0387cb0 (diff) |
fixes #3066 (Перезапуск после изменения разрядности не срабатывает)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 3681b992a7..2fa5769cfd 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -147,6 +147,7 @@ LBL_Error: }
pDlg->Close();
+ DoRestart();
}
void ResizeVert(int yy)
|