Skip to content

Commit

Permalink
Merge pull request #212 from TheMorc/macosfilepicker
Browse files Browse the repository at this point in the history
remove useless file picker filter
  • Loading branch information
ouwou authored Aug 25, 2023
2 parents f49c534 + 9f9617e commit eb62406
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/chatinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ void ChatInputTextContainer::ShowFileChooser() {
}
});

auto filter_all = Gtk::FileFilter::create();
filter_all->set_name("All files (*.*)");
filter_all->add_pattern("*.*");
dlg->add_filter(filter_all);

dlg->run();
}

Expand Down

0 comments on commit eb62406

Please sign in to comment.