added name attrib and try catch guard, cleaned up configs

This commit is contained in:
2023-02-21 16:27:44 -06:00
parent 3e0b79551a
commit aa0d738ced
12 changed files with 153 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ class Controller(Gtk.Box, CommonWidgetGeneratorMixin):
file_choser.add_filter(file_filter)
label = Gtk.Label(label="Bulk Action Type: ")
data = ["Insert", "Replace", "Remove", "Remove From / To", "Case", "Time"]
data = ["Insert", "Replace", "Remove", "Remove From / To", "Move Substring", "Case", "Time"]
self.store, self.combo_box = self._create_combobox_widget(data)
add_button = Gtk.Button(label="Add Action")