Skip to content

Commit

Permalink
fix: add application title (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
orowith2os authored Jun 7, 2023
1 parent f80df79 commit 7f6b475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yafti/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class Yafti(Adw.Application):
def __init__(self, cfg: Config = None, loop=None):
super().__init__(application_id="it.ublue.Yafti")
super().__init__(application_id="it.ublue.Yafti", title=cfg.title)
self.config = cfg
self.loop = loop or gbulb.get_event_loop()

Expand Down

0 comments on commit 7f6b475

Please sign in to comment.