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:
parent
4bd7f684c2
commit
e1c3855d72
3 changed files with 13 additions and 3 deletions
helpers
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue