mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Sync work
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user