Added heroic import amazon to ui + fixes

This commit is contained in:
GeoffreyCoulaud
2023-07-20 10:29:27 +02:00
parent a399113ff9
commit 2acdedf033
4 changed files with 14 additions and 3 deletions

View File

@@ -174,6 +174,15 @@ template $PreferencesWindow : Adw.PreferencesWindow {
}
}
Adw.ActionRow {
title: _("Import Amazon Games");
activatable-widget: heroic_import_amazon_switch;
Switch heroic_import_amazon_switch {
valign: center;
}
}
Adw.ActionRow {
title: _("Import Sideloaded Games");
activatable-widget: heroic_import_sideload_switch;