Skip to content

Commit

Permalink
Add support for accessing network shares
Browse files Browse the repository at this point in the history
  • Loading branch information
hadess committed Feb 7, 2022
1 parent 173cbea commit 608f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detwinner/ui/SearchOptionsPane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SearchOptionsPane::SearchOptionsPane() :
m_refActionShowHidden = m_refActionGroup->add_action_bool("showHiddenFiles", sigc::mem_fun(*this, &SearchOptionsPane::on_show_hidden_toggled));
m_refActionSearchMode = m_refActionGroup->add_action_radio_integer("searchMode", sigc::mem_fun(*this, &SearchOptionsPane::on_search_mode_changed), 0);

m_places.set_local_only(true);
m_places.set_local_only(false);
m_places.set_show_trash(false);
m_places.set_show_enter_location(false);
m_places.set_show_other_locations(false);
Expand Down

0 comments on commit 608f6d7

Please sign in to comment.