mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branches 'pr1130' and 'pr1132'
This commit is contained in:
commit
6cbc5ab87c
|
@ -52,7 +52,7 @@ GeneralForm::GeneralForm(SettingsWidget *myParent) :
|
||||||
bodyUI->transComboBox->setCurrentIndex(locales.indexOf(Settings::getInstance().getTranslation()));
|
bodyUI->transComboBox->setCurrentIndex(locales.indexOf(Settings::getInstance().getTranslation()));
|
||||||
bodyUI->cbAutorun->setChecked(Settings::getInstance().getAutorun());
|
bodyUI->cbAutorun->setChecked(Settings::getInstance().getAutorun());
|
||||||
#if defined(__APPLE__) && defined(__MACH__)
|
#if defined(__APPLE__) && defined(__MACH__)
|
||||||
bodyUI->cbAutorun->setEnabled(False);
|
bodyUI->cbAutorun->setEnabled(false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool showSystemTray = Settings::getInstance().getShowSystemTray();
|
bool showSystemTray = Settings::getInstance().getShowSystemTray();
|
||||||
|
|
493
translations/it.ts
vendored
493
translations/it.ts
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user