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 Paths.init(BuildData.name, bakName: 'srvbox_bak.json');
|
||||||
await _initData();
|
await _initData();
|
||||||
_setupDebug();
|
_setupDebug();
|
||||||
_initWindow();
|
await _initWindow();
|
||||||
FontUtils.loadFrom(Stores.setting.fontPath.fetch());
|
FontUtils.loadFrom(Stores.setting.fontPath.fetch());
|
||||||
|
|
||||||
_doPlatformRelated();
|
_doPlatformRelated();
|
||||||
|
|||||||
Reference in New Issue
Block a user