diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 650209f..231dad7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -843,7 +843,7 @@ void MainWindow::setupSettingsModal() { settings.chkUseStickyServer->setChecked(Settings::getInstance()->getUseStickyServer()); // Check Status of Note Automation - settings.chkUseNoteAutomation->setChecked(Settings::getInstance()->getUseNoteAutomation()) + settings.chkUseNoteAutomation->setChecked(Settings::getInstance()->getUseNoteAutomation()); // List of default servers settings.cmbServer->addItem("https://lite.hush.is");