mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 09:55:24 +00:00
Fix window size in Tablet Mode on Windows 10.
This commit is contained in:
@@ -324,7 +324,7 @@ bool MainWindow::initSizeFromSystem() {
|
||||
if (!screen) {
|
||||
return false;
|
||||
}
|
||||
setGeometry(screen->geometry());
|
||||
setGeometry(screen->availableGeometry());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
Submodule Telegram/lib_base updated: 2bf29ab1a5...f1e4168081
Reference in New Issue
Block a user