Merge branch 'main' into libadwaita-1.4
This commit is contained in:
@@ -138,6 +138,10 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
||||
title: _("Import GOG Games");
|
||||
}
|
||||
|
||||
Adw.SwitchRow heroic_import_amazon_switch {
|
||||
title: _("Import Amazon Games");
|
||||
}
|
||||
|
||||
Adw.SwitchRow heroic_import_sideload_switch {
|
||||
title: _("Import Sideloaded Games");
|
||||
}
|
||||
@@ -185,6 +189,20 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
||||
}
|
||||
}
|
||||
|
||||
Adw.ExpanderRow retroarch_expander_row {
|
||||
title: _("RetroArch");
|
||||
show-enable-switch: true;
|
||||
|
||||
Adw.ActionRow retroarch_config_action_row {
|
||||
title: _("Install Location");
|
||||
|
||||
Button retroarch_config_file_chooser_button {
|
||||
icon-name: "folder-symbolic";
|
||||
valign: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Adw.ExpanderRow flatpak_expander_row {
|
||||
title: _("Flatpak");
|
||||
show-enable-switch: true;
|
||||
|
||||
Reference in New Issue
Block a user