🔨 Installer for windows

This commit is contained in:
2025-12-20 15:58:44 +08:00
parent 1f2e590bcb
commit b8e8ff7d18
2 changed files with 53 additions and 1 deletions

View File

@@ -270,7 +270,7 @@ class Shell extends HookConsumerWidget {
),
IconButton(
icon: Icon(Symbols.close),
onPressed: () => windowManager.hide(),
onPressed: () => windowManager.close(),
iconSize: 16,
padding: EdgeInsets.all(8),
constraints: BoxConstraints(),