Fix label of disabled GTK option

This commit is contained in:
Eric Kotato 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();