Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Dec 21, 2024
1 parent b30a337 commit 242f8b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cartridges/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -537,4 +534,4 @@ def on_open_menu_action(self, *_args: Any) -> None:
self.hidden_primary_menu_button.popup()

def on_close_action(self, *_args: Any) -> None:
self.close()
self.close()

0 comments on commit 242f8b0

Please sign in to comment.