Detect read-only user_settings.conf
#164
Labels
No labels
ci
crate/dtmm
crate/dtmt
crate/sdk
crate/serde_sjson
kind
bug
kind
documentation
kind
enhancement
kind
feature
kind
question
kind
upstream
part/bundle
part/filetype
stage
actionable
stage
design
stage
proposal
status/duplicate
status/good first issue
status/help wanted
status/invalid
status
need-replicate
status/wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bitsquid_dt/dtmt#164
Loading…
Add table
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?
No idea how people manage to get there while being clueless about it, but many users in the Modders Discord do have the "issue" where their
user_settings.conf
is set to read-only, thereby any changes to the settings in-game seemingly "reset" on the next start.A little QoL for those people would be to show a warning message, in case they didn't actually want this.
It would definitely need some kind of "don't show again", since there are people that want this setting legitimately. Maybe make it a "don't show again for a while", which then persists a timestamp (
now + 1 month
). Then we check that timestamp for the next time the warning is to be shown.