Skip to content

Commit

Permalink
fix: window title bar might not be displayed (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
No06 authored Feb 12, 2025
1 parent 5cb8300 commit b5ab5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b5ab5b1

Please sign in to comment.