Add support for multiple Steam library directories

This commit is contained in:
kramo
2023-03-21 15:40:21 +01:00
parent a7a1573569
commit 86dae1f972
4 changed files with 68 additions and 5 deletions

View File

@@ -30,6 +30,30 @@ template PreferencesWindow : Adw.PreferencesWindow {
valign: center;
}
}
Adw.ActionRow {
title: _("Extra Steam Libraries");
subtitle: _("Select other directories where you have Steam games installed");
Revealer steam_clear_button_revealer {
reveal-child: false;
transition-type: slide_left;
Button steam_clear_button {
label: _("Clear");
valign: center;
halign: end;
styles [
"destructive-action",
]
}
}
Button steam_extra_file_chooser_button {
icon-name: "folder-new-symbolic";
valign: center;
}
}
}
Adw.PreferencesGroup heroic_group {