mirror of
https://github.com/lutris/lutris
synced 2024-11-02 14:27:51 +00:00
Set default icon for all Windows
This commit is contained in:
parent
7a0de0df1c
commit
1a3966f5a5
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ class LutrisWindow(Gtk.Application):
|
|||
# Window initialization
|
||||
self.window = self.builder.get_object("window")
|
||||
self.window.resize_to_geometry(width, height)
|
||||
self.window.set_default_icon_name('lutris')
|
||||
self.window.show_all()
|
||||
self.builder.connect_signals(self)
|
||||
self.connect_signals()
|
||||
|
|
Loading…
Reference in a new issue