diff options
| author | George Hazan <ghazan@miranda.im> | 2020-11-19 19:24:38 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-11-19 19:24:38 +0300 |
| commit | b08465662997098e675a04f6ba59f2f4ef4ca74a (patch) | |
| tree | da3ae1e7174e5ce282127b72c6ebaeeb46819447 /plugins | |
| parent | 811d9852a3b55e2f2c43e81fa4fbba2709554022 (diff) | |
fixes #2606 (Не применяется режим вида при смене языка клиента)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/Clist_modern/src/modern_clistsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clistsettings.cpp b/plugins/Clist_modern/src/modern_clistsettings.cpp index 2a91f698a9..9b283b7fb8 100644 --- a/plugins/Clist_modern/src/modern_clistsettings.cpp +++ b/plugins/Clist_modern/src/modern_clistsettings.cpp @@ -193,6 +193,6 @@ int OnLoadLangpack(WPARAM, LPARAM) {
UnknownConctactTranslatedName = TranslateT("(Unknown contact)");
if (!MirandaLoading())
- ApplyViewMode(g_CluiData.current_viewmode, true);
+ ApplyViewMode(g_CluiData.current_viewmode, false);
return 0;
}
|
