Implement Retroarch Importer

I'm quite rusty with Python, so please let me know if there are any (or many) grave mistakes!
This commit is contained in:
Rilic
2023-07-15 14:28:04 +01:00
parent c9a1104b44
commit c96b64f72e
6 changed files with 151 additions and 1 deletions

View File

@@ -226,6 +226,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;