This commit is contained in:
Martchus 2018-12-23 21:17:31 +01:00
parent 8b6cf6a282
commit 5afbd4e664
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ void TrayWidget::applySettings(const QString &connectionConfig)
m_ui->connectionsPushButton->setText(m_selectedConnection->label);
const bool reconnectRequired = m_connection.applySettings(*m_selectedConnection);
// apply notifiction settings
// apply notification settings
settings.apply(m_notifier);
#ifdef LIB_SYNCTHING_CONNECTOR_SUPPORT_SYSTEMD