Batch snapshot feature no longer selects all

This commit is contained in:
Heliguy
2024-02-07 04:59:46 -05:00
parent 32497839ba
commit 3a641657c1

View File

@@ -617,14 +617,10 @@ class WarehouseWindow(Adw.ApplicationWindow):
def callback(*args):
self.main_stack.set_visible_child(self.main_box)
self.disconnect(self.no_close)
self.batch_select_all_button.set_active(True)
self.set_select_all(True)
self.search_button.set_sensitive(True)
self.batch_mode_button.set_sensitive(True)
self.batch_mode_bar.set_revealed(True)
self.batch_select_all_button.set_active(False)
self.set_select_all(False)
self.search_button.set_sensitive(False)
self.batch_mode_button.set_sensitive(False)
self.batch_mode_bar.set_revealed(False)