1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-07-19 22:18:48 +02:00

docs: update changelog

This commit is contained in:
aclist 2024-08-28 06:56:17 +09:00
parent 4bd7f684c2
commit e1c3855d72
3 changed files with 13 additions and 3 deletions
helpers

View file

@ -1812,6 +1812,7 @@ class App(Gtk.Application):
is_game_mode = False
self.win = OuterWindow(is_steam_deck, is_game_mode)
self.win.set_icon_name("dzgui")
accel = Gtk.AccelGroup()
accel.connect(Gdk.KEY_q, Gdk.ModifierType.CONTROL_MASK, Gtk.AccelFlags.VISIBLE, self._halt_window_subprocess)