mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1421] [Bug] Preferences are often forgotten #1042
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1042
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmrickey on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1421
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
I don't know if it's because the software is auto-updating or what. But I often have to go into settings and re-enable
all of my specific configurations. Specially "start minimized to the system tray", "keep the app open even if all windows are closed", and any shortcuts I've configured.
To Reproduce
Just have the app installed until one day it doesn't start minimized when the computer starts up.
Expected behavior
I expect it to remember custom configurations
Screenshots
n/a
Desktop (please complete the following information):
Additional context
N/A
@NickeManarin commented on GitHub (Nov 28, 2025):
The issue is that the app stores its settings in a XAML file.
For some reason, sometimes the file gets corrupted on save.
I need to replace the settings format with something else more reliable or improve reliability of the current method.