mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Move Platform::FileDialog::Gtk::Supported to private namespace
This commit is contained in:
@@ -158,10 +158,6 @@ std::optional<int> GtkIntegration::scaleFactor() const {
|
||||
return gdk_monitor_get_scale_factor(monitor);
|
||||
}
|
||||
|
||||
bool GtkIntegration::fileDialogSupported() const {
|
||||
return FileDialog::Gtk::Supported();
|
||||
}
|
||||
|
||||
bool GtkIntegration::useFileDialog(FileDialogType type) const {
|
||||
return FileDialog::Gtk::Use(type);
|
||||
}
|
||||
|
Reference in New Issue
Block a user