[GH-ISSUE #85] fix: Screenshot Library needs to be optimized #41

Closed
opened 2026-03-03 15:57:26 +03:00 by kerem · 1 comment
Owner

Originally created by @mrgoonie on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/mrgoonie/winshot/issues/85

  • Show only 20 recent images by default (configurable in Settings)
  • Should not auto show up when app's startup
  • Should have option to display as list only in Settings (to avoid loading too many images causes memory issue)
Originally created by @mrgoonie on GitHub (Jan 25, 2026). Original GitHub issue: https://github.com/mrgoonie/winshot/issues/85 - [x] Show only 20 recent images by default (configurable in Settings) - [x] Should not auto show up when app's startup - [x] Should have option to display as list only in Settings (to avoid loading too many images causes memory issue)
kerem closed this issue 2026-03-03 15:57:26 +03:00
Author
Owner

@mrgoonie commented on GitHub (Jan 26, 2026):

All requested features are already implemented in the current version!

Settings Location: Settings (gear icon) → Library tab

Available Options:

  • Max Images to Display: Slider (0-100, default: 20). Set to 0 for unlimited
  • Display Mode: Grid or List (list mode reduces memory usage)
  • Show library on tray icon click: Disabled by default

Behavior Notes:

  • The library never opens automatically on app startup - this is the default behavior
  • If you're experiencing auto-show, check if "Show library on tray icon click" is enabled
  • List mode loads thumbnails on-demand, reducing memory usage for large collections

All three requested optimizations are working as expected. Closing as implemented.

<!-- gh-comment-id:3798283636 --> @mrgoonie commented on GitHub (Jan 26, 2026): All requested features are already implemented in the current version! ✅ **Settings Location:** Settings (gear icon) → Library tab **Available Options:** - **Max Images to Display**: Slider (0-100, default: 20). Set to 0 for unlimited - **Display Mode**: Grid or List (list mode reduces memory usage) - **Show library on tray icon click**: Disabled by default **Behavior Notes:** - The library **never** opens automatically on app startup - this is the default behavior - If you're experiencing auto-show, check if "Show library on tray icon click" is enabled - List mode loads thumbnails on-demand, reducing memory usage for large collections All three requested optimizations are working as expected. Closing as implemented.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/winshot#41
No description provided.