Skip to content

Commit

Permalink
Finally a proper solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketok4321 committed Jan 16, 2024
1 parent f02658e commit fd2db11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class SpeedtestApplication(Adw.Application):
def __init__(self):
super().__init__(application_id=APP_ID, flags=Gio.ApplicationFlags.DEFAULT_FLAGS)
super().__init__(application_id=APP_ID, resource_base_path="/xyz/ketok/Speedtest", flags=Gio.ApplicationFlags.DEFAULT_FLAGS)

self.win = None
self.settings = Gio.Settings("xyz.ketok.Speedtest")
Expand Down
4 changes: 0 additions & 4 deletions src/speedtest.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@
<file preprocess="xml-stripblanks">ui/views/test.ui</file>
<file preprocess="xml-stripblanks">ui/views/offline.ui</file>
</gresource>

<gresource prefix="/xyz/ketok/Speedtest/Devel">
<file alias="style.css">ui/style.css</file>
</gresource>
</gresources>

0 comments on commit fd2db11

Please sign in to comment.