Unify games import
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user