mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Update the UI string about system tray support
This commit is contained in:
parent
5b78ef2dae
commit
3c07e7269a
@ -44,11 +44,11 @@ OptionsDialog::OptionsDialog(QWidget *parent)
|
|||||||
sw->hide();
|
sw->hide();
|
||||||
#endif
|
#endif
|
||||||
// Tray icon settings
|
// Tray icon settings
|
||||||
QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings"));
|
QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings (experimental)"));
|
||||||
QVBoxLayout *trayLayout = new QVBoxLayout();
|
QVBoxLayout *trayLayout = new QVBoxLayout();
|
||||||
|
|
||||||
trayIconCheckbox = new QCheckBox(tr("Minimize to tray"));
|
trayIconCheckbox = new QCheckBox(tr("Close to tray"));
|
||||||
startToTrayCheckbox = new QCheckBox(tr("Start minimized"));
|
startToTrayCheckbox = new QCheckBox(tr("Start into the system tray"));
|
||||||
|
|
||||||
connect(trayIconCheckbox, &QCheckBox::clicked,
|
connect(trayIconCheckbox, &QCheckBox::clicked,
|
||||||
[=](bool checked) {
|
[=](bool checked) {
|
||||||
|
Loading…
Reference in New Issue
Block a user