Do not allow data box to trash Warehouse's data

This commit is contained in:
heliguy4599
2024-10-14 19:28:43 -04:00
parent 5be7ed7802
commit 22986ca474

View File

@@ -142,3 +142,4 @@ class DataBox(Gtk.ListBox):
# Apply
self.idle_stuff()
self.show_size()
self.trash_button.set_sensitive(not "io.github.flattool.Warehouse" in subtitle)