Skip to content

Commit

Permalink
Update services.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
7Eltantawy committed Aug 31, 2024
1 parent e8f92ab commit be690df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qadaa/lib/services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Future<void> initServices() async {
size: storageRepo.desktopWindowSize,
center: true,
);
windowManager.waitUntilReadyToShow(windowOptions, () async {
await windowManager.waitUntilReadyToShow(windowOptions, () async {
await windowManager.setTitleBarStyle(
TitleBarStyle.hidden,
windowButtonVisibility: false,
Expand Down

0 comments on commit be690df

Please sign in to comment.