mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
Merge pull request #212 from TheMorc/macosfilepicker
remove useless file picker filter
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user