🎨 Improved Legendary source

- Fixed wrong library iteration
- Fixed executable format
- Added toggle in the preferences
- Added legendary to on_import_action
This commit is contained in:
GeoffreyCoulaud
2023-06-09 17:06:33 +02:00
parent 51922ad4c6
commit 070d875ff8
5 changed files with 37 additions and 5 deletions

View File

@@ -186,6 +186,20 @@ template $PreferencesWindow : Adw.PreferencesWindow {
}
}
}
Adw.ExpanderRow legendary_expander_row {
title: _("Legendary");
show-enable-switch: true;
Adw.ActionRow legendary_action_row {
title: _("Legendary Install Location");
Button legendary_file_chooser_button {
icon-name: "folder-symbolic";
valign: center;
}
}
}
}
}