We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a15fb commit 53393b3Copy full SHA for 53393b3
lib/main.dart
@@ -26,9 +26,9 @@ void main() async {
26
await windowManager.ensureInitialized();
27
WindowOptions windowOptions = WindowOptions(
28
minimumSize: const Size(400, 700),
29
- size: const Size(400, 700),
30
center: true,
31
skipTaskbar: false,
+ title: 'c001apk',
32
titleBarStyle:
33
Platform.isMacOS ? TitleBarStyle.hidden : TitleBarStyle.normal,
34
);
0 commit comments