Token-based output support - needs testing
This commit is contained in:
@@ -125,6 +125,7 @@ class PresetEditorWidget(QWidget):
|
||||
form_layout.addRow("Preset Name:", self.editor_preset_name)
|
||||
form_layout.addRow("Supplier Name:", self.editor_supplier_name)
|
||||
form_layout.addRow("Notes:", self.editor_notes)
|
||||
|
||||
layout.addLayout(form_layout)
|
||||
|
||||
# Source Naming Group
|
||||
@@ -335,7 +336,6 @@ class PresetEditorWidget(QWidget):
|
||||
self.editor_spin_base_name_idx.valueChanged.connect(self._mark_editor_unsaved)
|
||||
self.editor_spin_map_type_idx.valueChanged.connect(self._mark_editor_unsaved)
|
||||
# List/Table widgets are connected via helper functions
|
||||
|
||||
def check_unsaved_changes(self) -> bool:
|
||||
"""
|
||||
Checks for unsaved changes in the editor and prompts the user.
|
||||
|
||||
Reference in New Issue
Block a user