This commit is contained in:
kramo
2024-07-11 01:34:13 +02:00
parent bdcded93f3
commit 7efa17915f
3 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,8 @@ from typing import Any
from AppKit import NSApp, NSApplication, NSMenu, NSMenuItem # type: ignore
from Foundation import NSObject # type: ignore
from gi.repository import Gio # type: ignore
from showtime import shared
from cartridges import shared
class ApplicationDelegate(NSObject): # type: ignore