Merge pull request #150 from kra-mo/heroic-fixes-and-improvements

Heroic fixes and improvements
This commit is contained in:
kramo
2023-07-25 20:23:54 +02:00
committed by GitHub
14 changed files with 331 additions and 120 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;

View File

@@ -43,6 +43,9 @@
<key name="heroic-import-gog" type="b">
<default>true</default>
</key>
<key name="heroic-import-amazon" type="b">
<default>true</default>
</key>
<key name="heroic-import-sideload" type="b">
<default>true</default>
</key>