mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Get scale factor from GTK on Linux
This commit is contained in:
@@ -43,6 +43,10 @@ std::optional<QString> GtkIntegration::getStringSetting(
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
std::optional<int> GtkIntegration::scaleFactor() const {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
bool GtkIntegration::fileDialogSupported() const {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user