mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user