diff --git a/lib/frame/home.dart b/lib/frame/home.dart index c46a624..587732d 100644 --- a/lib/frame/home.dart +++ b/lib/frame/home.dart @@ -358,7 +358,7 @@ class _HomeFrameState extends ConsumerState child: const Text('Close'), onPressed: () async { Navigator.of(context).pop(); - await windowManager.close(); + await windowManager.destroy(); }, ), ],