Skip to content

Commit

Permalink
do not show searchbar at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
guinux committed Oct 21, 2017
1 parent 7ae235f commit fe6917d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/manager_window.vala
Original file line number Diff line number Diff line change
Expand Up @@ -1227,12 +1227,7 @@ namespace Pamac {
switch (filters_stack.visible_child_name) {
case "filters":
header_filter_label.set_markup ("");
if (search_button.active) {
search_entry.set_text ("");
search_entry.grab_focus ();
} else {
search_button.active = true;
}
search_button.active = false;
restore_packages_sort_order ();
show_sidebar ();
set_pendings_operations ();
Expand Down

0 comments on commit fe6917d

Please sign in to comment.