Fix label of disabled GTK option
This commit is contained in:
parent
f55e38ca9d
commit
4381472d7f
1 changed files with 2 additions and 2 deletions
|
|
@ -179,8 +179,8 @@ QString ImplementationTypeDescription(ImplementationType value) {
|
||||||
#else // DESKTOP_APP_DISABLE_GTK_INTEGRATION
|
#else // DESKTOP_APP_DISABLE_GTK_INTEGRATION
|
||||||
case ImplementationType::GTK:
|
case ImplementationType::GTK:
|
||||||
return GtkIntegration::Instance()
|
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
|
#endif // !DESKTOP_APP_DISABLE_GTK_INTEGRATION
|
||||||
}
|
}
|
||||||
return QString();
|
return QString();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue