Skip to content

Commit

Permalink
Set default window icon for window managers
Browse files Browse the repository at this point in the history
  • Loading branch information
City-busz authored and rafaelmardojai committed Oct 17, 2024
1 parent 01e93bc commit 9515318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webfontkitgenerator/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ class Window(Adw.ApplicationWindow):
def __init__(self, **kwargs):
super().__init__(**kwargs)

# Set default window icon for window managers
self.set_default_icon_name('com.rafaelmardojai.WebfontKitGenerator')

self.setup_actions()

# Out directory chooser
Expand Down

0 comments on commit 9515318

Please sign in to comment.