Sync work

This commit is contained in:
heliguy
2023-09-22 07:29:02 -04:00
parent 75490a3ec2
commit 96db2c598a

View File

@@ -93,10 +93,6 @@ class WarehouseApplication(Adw.Application):
if not win:
win = WarehouseWindow(application=self)
win.present()
# try:
# subprocess.run(['flattool', 'id', 'abcdefg'], check=True)
# except subprocess.CalledProcessError:
# print("Not found")
def on_about_action(self, widget, _):
"""Callback for the app.about action."""