mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win] fix bug 68884
This commit is contained in:
@ -315,7 +315,7 @@ bool CWindowPlatform::nativeEvent(const QByteArray &eventType, void *message, lo
|
||||
adjustGeometry();
|
||||
});
|
||||
}
|
||||
} else if (msg->wParam == 0) {
|
||||
} else if (msg->wParam == 0 && msg->lParam) {
|
||||
const std::wstring param{(wchar_t*)msg->lParam};
|
||||
if (param == L"ImmersiveColorSet") {
|
||||
QSettings _reg("HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize", QSettings::NativeFormat);
|
||||
|
||||
Reference in New Issue
Block a user