mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix window title on Windows 7.
Regression was introduced in dd68c7e90
.
Fixes #6106.
This commit is contained in:
@@ -162,9 +162,6 @@ void Application::run() {
|
||||
|
||||
DEBUG_LOG(("Application Info: inited..."));
|
||||
|
||||
QCoreApplication::instance()->installNativeEventFilter(
|
||||
psNativeEventFilter());
|
||||
|
||||
cChangeTimeFormat(QLocale::system().timeFormat(QLocale::ShortFormat));
|
||||
|
||||
DEBUG_LOG(("Application Info: starting app..."));
|
||||
|
Reference in New Issue
Block a user