mark pending changes and add confirmation dialog for resets

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:21 -06:00
parent 95a0530ce6
commit b9149b6366
5 changed files with 220 additions and 108 deletions
+1
View File
@@ -117,6 +117,7 @@
"button": {
"apply": "Apply",
"reset": "Reset",
"undo": "Undo",
"done": "Done",
"enabled": "Enabled",
"enable": "Enable",
+4 -1
View File
@@ -1290,5 +1290,8 @@
"resetSuccess": "Reset to global defaults",
"resetError": "Failed to reset settings"
},
"unsavedChanges": "You have unsaved changes"
"unsavedChanges": "You have unsaved changes",
"confirmReset": "Confirm Reset",
"resetToDefaultDescription": "This will reset all settings in this section to their default values. This action cannot be undone.",
"resetToGlobalDescription": "This will reset the settings in this section to the global defaults. This action cannot be undone."
}