Commit Graph

2 Commits

Author SHA1 Message Date
alper c6dbff3fdb Fix: Close button now properly exits the application
- window:close IPC now sets isAppQuitting flag before closing
- Application closes completely instead of hiding to tray
- Built portable release: IP Monitor-Portable-1.0.0.exe (78MB)
2025-12-01 01:05:18 +03:00
alper 4c3d3c6961 Add persistent storage with portable mode support
- Added store.ts for centralized config management
- Portable mode: config saved next to exe (data/ folder)
- Normal mode: config saved in %APPDATA%
- Auto-detect portable mode via portable.txt or data/ folder
- Window bounds persistence
- Error log persistence
- Settings page shows app info and storage mode
2025-12-01 00:55:43 +03:00