diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-18 14:21:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-18 14:21:10 +0300 |
commit | 6160ab394c57080c71b737375f47d1fb7b6a16d0 (patch) | |
tree | 2c77e37835730a77ccb1826f30b1ab005a25bd6d /src/core | |
parent | 6ed0f28f9288a76e479b916f2e579b1a61ac47fd (diff) |
fixes #4130 (Переделать настройку "использовать сторонний просмотрщик журнала в групповых чатах")
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stduserinfo/src/userinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index 4126dd5974..3ccc299225 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -337,6 +337,7 @@ public: }
pshn.hdr.code = PSN_APPLY;
+ pshn.lParam = IDOK;
for (auto &odp : m_pages) {
if (odp->hwnd == nullptr || !odp->changed)
continue;
|