2
0
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:
Ilya Fedin
2021-01-23 04:22:40 +04:00
committed by John Preston
parent 89ccc95023
commit 3967052375
4 changed files with 50 additions and 0 deletions

View File

@@ -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;
}