Skip to content

Commit e55aded

Browse files
committed
#3407 ai-autocomplete: enable restart notification
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 8ad3364 commit e55aded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dialogs/settingsdialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ SettingsDialog::SettingsDialog(int page, QWidget *parent)
174174
connect(ui->enableSocketServerCheckBox, SIGNAL(toggled(bool)), this, SLOT(needRestart()));
175175
connect(ui->enableWebApplicationCheckBox, SIGNAL(toggled(bool)), this, SLOT(needRestart()));
176176
connect(ui->enableNoteTreeCheckBox, SIGNAL(toggled(bool)), this, SLOT(needRestart()));
177+
connect(ui->aiAutocompleteCheckBox, SIGNAL(toggled(bool)), this, SLOT(needRestart()));
177178
connect(ui->webAppServerUrlLineEdit, SIGNAL(textChanged(QString)), this, SLOT(needRestart()));
178179
connect(ui->webAppTokenLineEdit, SIGNAL(textChanged(QString)), this, SLOT(needRestart()));
179180
// connect(ui->layoutWidget, SIGNAL(settingsStored()),

0 commit comments

Comments
 (0)