Unify games import

This commit is contained in:
kramo
2023-03-29 00:23:23 +02:00
parent 3f4443d703
commit 643ca368a6
16 changed files with 252 additions and 331 deletions

View File

@@ -3,7 +3,7 @@ using Adw 1;
template PreferencesWindow : Adw.PreferencesWindow {
search-enabled: false;
default-height: 550;
default-height: 500;
Adw.PreferencesPage page {
Adw.PreferencesGroup general_group {
@@ -39,6 +39,14 @@ template PreferencesWindow : Adw.PreferencesWindow {
Adw.PreferencesGroup steam_group {
title: _("Steam");
Adw.ActionRow {
title: _("Import From Steam");
Switch steam_switch {
valign: center;
}
}
Adw.ActionRow {
title: _("Steam Install Location");
subtitle: _("Directory to use when importing games");
@@ -77,6 +85,14 @@ template PreferencesWindow : Adw.PreferencesWindow {
Adw.PreferencesGroup heroic_group {
title: _("Heroic");
Adw.ActionRow {
title: _("Import From Heroic");
Switch heroic_switch {
valign: center;
}
}
Adw.ActionRow {
title: _("Heroic Install Location");
subtitle: _("Directory to use when importing games");
@@ -115,6 +131,14 @@ template PreferencesWindow : Adw.PreferencesWindow {
Adw.PreferencesGroup bottles_group {
title: _("Bottles");
Adw.ActionRow {
title: _("Import From Bottles");
Switch bottles_switch {
valign: center;
}
}
Adw.ActionRow {
title: _("Bottles Install Location");
subtitle: _("Directory to use when importing games");