Fix Legendary, warning for missing locations

This commit is contained in:
kramo
2023-07-01 13:44:14 +02:00
parent 95d47815ab
commit 97e40e0a80
3 changed files with 68 additions and 7 deletions

View File

@@ -216,10 +216,10 @@ template $PreferencesWindow : Adw.PreferencesWindow {
title: _("Legendary");
show-enable-switch: true;
Adw.ActionRow legendary_config_action_row {
Adw.ActionRow legendary_data_action_row {
title: _("Install Location");
Button legendary_config_file_chooser_button {
Button legendary_data_file_chooser_button {
icon-name: "folder-symbolic";
valign: center;
}