Flatpak source cleanups

This commit is contained in:
kramo
2023-06-30 21:13:06 +02:00
parent fccf302c4b
commit 07960182c7
4 changed files with 29 additions and 3 deletions

View File

@@ -216,6 +216,20 @@ template $PreferencesWindow : Adw.PreferencesWindow {
}
}
}
Adw.ExpanderRow flatpak_expander_row {
title: _("Flatpak Games");
show-enable-switch: true;
Adw.ActionRow flatpak_data_action_row {
title: _("Install Location");
Button flatpak_config_file_chooser_button {
icon-name: "folder-symbolic";
valign: center;
}
}
}
}
}