mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Password Dialog: Only change form options and not underlying config
This commit is contained in:
parent
20fa14563c
commit
e39585befc
@ -67,8 +67,6 @@ void SettingsDialog::ToggleShowHide() {
|
||||
}
|
||||
|
||||
void SettingsDialog::PreparePasswordEntry() {
|
||||
auto conf = GetConfig();
|
||||
conf->AuthRequired = true;
|
||||
ui->authRequired->blockSignals(true);
|
||||
ui->authRequired->setChecked(true);
|
||||
ui->authRequired->blockSignals(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user