Update the UI string about system tray support

This commit is contained in:
Luis Ángel San Martín 2019-09-21 10:45:34 +02:00
parent 5b78ef2dae
commit 3c07e7269a

View File

@ -44,11 +44,11 @@ OptionsDialog::OptionsDialog(QWidget *parent)
sw->hide();
#endif
// Tray icon settings
QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings"));
QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings (experimental)"));
QVBoxLayout *trayLayout = new QVBoxLayout();
trayIconCheckbox = new QCheckBox(tr("Minimize to tray"));
startToTrayCheckbox = new QCheckBox(tr("Start minimized"));
trayIconCheckbox = new QCheckBox(tr("Close to tray"));
startToTrayCheckbox = new QCheckBox(tr("Start into the system tray"));
connect(trayIconCheckbox, &QCheckBox::clicked,
[=](bool checked) {