Add Reset button for filename format

Add a Reset button next to the filename format input so users can restore the default pattern. The filename input and reset button are grouped in a QHBoxLayout; the button is fixed width (70) and sets the field back to the default %(title)s_%(resolution)s.%(ext)s. Also add the corresponding i18n key (buttons.reset -> "Reset") to en.json.
This commit is contained in:
oop7
2026-02-07 15:37:26 +02:00
parent 656a77f943
commit 1fbc3a43c2
2 changed files with 13 additions and 2 deletions
+2 -1
View File
@@ -82,7 +82,8 @@
"select_defaults": "Select Defaults",
"select_all": "Select All",
"deselect_all": "Deselect All",
"open_folder": "Open folder location"
"open_folder": "Open folder location",
"reset": "Reset"
},
"dialogs": {
"custom_options": "Custom Options",