This commit is contained in:
kramo
2024-12-21 15:12:35 +01:00
parent b30a337fef
commit 242f8b0e34

View File

@@ -19,17 +19,14 @@
# pyright: reportAssignmentType=none
cool change
from sys import platform
from typing import Any, Optional
from gi.repository import Adw, Gio, GLib, Gtk, Pango
from cartridges import shared
from cartridges.game import Game
from cartridges.game_cover import GameCover
from cartridges.utils.relative_date import relative_date
from gi.repository import Adw, Gio, GLib, Gtk, Pango
@Gtk.Template(resource_path=shared.PREFIX + "/gtk/window.ui")
@@ -537,4 +534,4 @@ class CartridgesWindow(Adw.ApplicationWindow):
self.hidden_primary_menu_button.popup()
def on_close_action(self, *_args: Any) -> None:
self.close()
self.close()