fix: hideTitleBar doesn't work (#407)

Fixes #406
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-22 22:58:22 +08:00
committed by GitHub
parent d785209eb6
commit 43e6105eb3
3 changed files with 3 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ Future<void> _initApp() async {
final windowSize = Stores.setting.windowSize.fetch().toSize();
final hideTitleBar = Stores.setting.hideTitleBar.fetch();
print('windowSize: $windowSize, hideTitleBar: $hideTitleBar');
SystemUIs.initDesktopWindow(
hideTitleBar: hideTitleBar,
size: windowSize,