Added pre-template for Time, added sort for list

This commit is contained in:
2022-02-21 02:05:12 -06:00
parent e84f1b0253
commit e714edcbb7
3 changed files with 72 additions and 2 deletions

View File

@@ -34,7 +34,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"]
data = ["Insert", "Replace", "Remove", "Remove From / To", "Case", "Time"]
self.store, self.combo_box = self._create_combobox_widget(data)
add_button = Gtk.Button(label="Add Action")