Add option to keep AUR packages #11

Merged
cromer merged 5 commits from matthiakl/pamac-classic:store_aur_pkgs into master 2021-07-10 15:58:09 -04:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit f3d4c04f35 - Show all commits

View File

@ -66,11 +66,11 @@ namespace Pamac {
[GtkChild]
Gtk.CheckButton check_aur_updates_checkbutton;
[GtkChild]
Gtk.Switch aur_keep_pkgs_button;
unowned Gtk.Switch aur_keep_pkgs_button;
[GtkChild]
Gtk.Label aur_move_dir_label;
unowned Gtk.Label aur_move_dir_label;
[GtkChild]
Gtk.FileChooserButton aur_move_dir_file_chooser;
unowned Gtk.FileChooserButton aur_move_dir_file_chooser;
#endif
[GtkChild]
Gtk.Label cache_keep_nb_label;