mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-19 06:03:59 +00:00
Use textual name in options, to ease search/replace
This commit is contained in:
@@ -433,8 +433,8 @@ class ScriptEditorDialog(PicardDialog, SingletonDialog):
|
||||
|
||||
options = [
|
||||
BoolOption('persist', 'script_editor_show_documentation', False),
|
||||
Option('setting', SCRIPTS_LIST_KEY, {}),
|
||||
TextOption('setting', SELECTED_SCRIPT_KEY, '', title=N_("Selected file naming script")),
|
||||
Option('setting', 'file_renaming_scripts', {}),
|
||||
TextOption('setting', 'selected_file_naming_script_id', '', title=N_("Selected file naming script")),
|
||||
]
|
||||
|
||||
signal_save = QtCore.pyqtSignal()
|
||||
|
||||
Reference in New Issue
Block a user