🐛 Fix windows app won't exit by tray

This commit is contained in:
2025-12-20 17:02:53 +08:00
parent b13a4f5bcf
commit b2aa8b8ec1

View File

@@ -52,7 +52,7 @@ class TrayService {
break; break;
case 'exit_app': case 'exit_app':
windowManager.destroy(); windowManager.destroy();
break; exit(0);
} }
} }
} }