Skip to content

Commit

Permalink
Hide at start move button
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Nov 20, 2021
1 parent 9d28fb8 commit 7fb8eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions czkawka_gui/src/initialize_gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub fn initialize_gui(gui_data: &mut GuiData) {
let buttons_select = gui_data.bottom_buttons.buttons_select.clone();
let buttons_symlink = gui_data.bottom_buttons.buttons_symlink.clone();
let buttons_hardlink = gui_data.bottom_buttons.buttons_hardlink.clone();
let buttons_move = gui_data.bottom_buttons.buttons_move.clone();

// Disable and show buttons - only search button should be visible
buttons_search.show();
Expand All @@ -30,6 +31,7 @@ pub fn initialize_gui(gui_data: &mut GuiData) {
buttons_select.hide();
buttons_symlink.hide();
buttons_hardlink.hide();
buttons_move.hide();
}

//// Initialize main scrolled view with notebook
Expand Down

0 comments on commit 7fb8eb5

Please sign in to comment.