feat: add minimize to tray functionality (#711)

This commit is contained in:
wanghongenpin
2026-05-07 23:57:49 +08:00
parent 0c6acb2567
commit e0b29cf08f
4 changed files with 16 additions and 21 deletions

View File

@@ -48,6 +48,7 @@ class DesktopSupport {
await windowManager.focus();
});
windowManager.addListener(WindowChangeListener(appConfiguration));
registerMethodHandler();
} catch (e) {
logger.e("Error during desktop initialization: $e");