🎨 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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user