We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1b193 commit b565509Copy full SHA for b565509
lib/main.dart
@@ -19,6 +19,7 @@ void main() async {
19
size: isLowResolution ? const Size(800, 540) : const Size(1280, 800),
20
center: true,
21
skipTaskbar: false,
22
+ windowButtonVisibility: false,
23
titleBarStyle: TitleBarStyle.hidden,
24
);
25
windowManager.waitUntilReadyToShow(windowOptions, () async {
0 commit comments