mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
SettingsDialog: Fix build (oops)
This commit is contained in:
parent
a7c4f98ffa
commit
e709d3fad5
@ -118,7 +118,7 @@ void SettingsDialog::SaveFormData()
|
|||||||
(conf->DebugEnabled != ui->enableDebugLoggingCheckBox->isChecked()) ||
|
(conf->DebugEnabled != ui->enableDebugLoggingCheckBox->isChecked()) ||
|
||||||
(conf->AuthRequired != ui->enableAuthenticationCheckBox->isChecked()) ||
|
(conf->AuthRequired != ui->enableAuthenticationCheckBox->isChecked()) ||
|
||||||
(conf->ServerPassword != ui->serverPasswordLineEdit->text()) ||
|
(conf->ServerPassword != ui->serverPasswordLineEdit->text()) ||
|
||||||
(conf->ServerPort != ui->serverPortSpinBox->value()) {
|
(conf->ServerPort != ui->serverPortSpinBox->value())) {
|
||||||
needsRestart = true;
|
needsRestart = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user