mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: window title bar might not be displayed (#701)
This commit is contained in:
@@ -53,7 +53,7 @@ Future<void> _initApp() async {
|
||||
await Paths.init(BuildData.name, bakName: 'srvbox_bak.json');
|
||||
await _initData();
|
||||
_setupDebug();
|
||||
_initWindow();
|
||||
await _initWindow();
|
||||
FontUtils.loadFrom(Stores.setting.fontPath.fetch());
|
||||
|
||||
_doPlatformRelated();
|
||||
|
||||
Reference in New Issue
Block a user