Simplify the message shown when another app instance is detected
This commit is contained in:
parent
98548b1b8b
commit
6b42e3b202
2 changed files with 6 additions and 39 deletions
|
|
@ -271,7 +271,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
|||
[this](const QString &text) { settings_->setTheme(text.toLower()); });
|
||||
connect(scaleFactorCombo_,
|
||||
static_cast<void (QComboBox::*)(const QString &)>(&QComboBox::activated),
|
||||
[this](const QString &factor) { utils::setScaleFactor(factor.toFloat()); });
|
||||
[](const QString &factor) { utils::setScaleFactor(factor.toFloat()); });
|
||||
|
||||
connect(trayToggle_, &Toggle::toggled, this, [this](bool isDisabled) {
|
||||
settings_->setTray(!isDisabled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue