Fix prefix formatting

This commit is contained in:
kramo
2023-05-27 17:01:18 +02:00
parent 8a1e00883c
commit c045ad1f53
7 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ from .lutris_importer import lutris_cache_exists, lutris_installed
from .steam_importer import steam_installed
@Gtk.Template(resource_path=shared.PREFIX + "gtk/preferences.ui")
@Gtk.Template(resource_path=shared.PREFIX + "/gtk/preferences.ui")
class PreferencesWindow(Adw.PreferencesWindow):
__gtype_name__ = "PreferencesWindow"