Skip to content

Commit

Permalink
prevent reinitialization of all on first setting change
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Jul 23, 2022
1 parent c4f4a44 commit 9c1d08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/WebSettingsService.cpp
Expand Up @@ -274,6 +274,7 @@ void WebSettingsService::onUpdate() {

void WebSettingsService::begin() {
_fsPersistence.readFromFS();
WebSettings::reset_flags();
}

void WebSettingsService::save() {
Expand Down

0 comments on commit 9c1d08c

Please sign in to comment.