Add option to import Steam games from Lutris

This commit is contained in:
kramo
2023-04-05 10:13:22 +02:00
parent 41f7ce3d5f
commit 725e4027f2
4 changed files with 20 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
valign: center;
}
}
Adw.ActionRow {
title: _("Lutris Cache Location");
subtitle: _("Directory to use when importing game covers");
@@ -130,6 +131,14 @@ template PreferencesWindow : Adw.PreferencesWindow {
valign: center;
}
}
Adw.ActionRow {
title: _("Import Steam Games");
Switch lutris_steam_switch {
valign: center;
}
}
}
Adw.ExpanderRow heroic_expander_row {