2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-18 14:00:09 +00:00

Fix label of disabled GTK option

This commit is contained in:
RadRussianRus
2021-04-01 07:24:24 +03:00
parent f55e38ca9d
commit 4381472d7f

View File

@@ -179,8 +179,8 @@ QString ImplementationTypeDescription(ImplementationType value) {
#else // DESKTOP_APP_DISABLE_GTK_INTEGRATION
case ImplementationType::GTK:
return GtkIntegration::Instance()
? tr::ktg_file_dialog_disabled_by_option(tr::now)
: QString();
? QString()
: tr::ktg_file_dialog_disabled_by_option(tr::now);
#endif // !DESKTOP_APP_DISABLE_GTK_INTEGRATION
}
return QString();