alroyso 1 year ago
parent
commit
3879e02081
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/main.dart

+ 1 - 1
lib/main.dart

@@ -17,7 +17,7 @@ void main() async {
     center: true,
     backgroundColor: Colors.transparent,
     skipTaskbar: false,
-    titleBarStyle: TitleBarStyle.hidden,
+    titleBarStyle: TitleBarStyle.normal,
   );
 
   await windowManager.waitUntilReadyToShow(windowOptions, () async {