Skip to content

Commit

Permalink
generated
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Mar 5, 2024
1 parent 052d063 commit 8cc82de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,7 @@ void SettingsLoader::FinalizeLayering()
if (userSettings.globals->EnableColorSelection())
{
const auto json = _parseJson(EnableColorSelectionSettingsJson);
// todo: figure out the correct origin tag here
const auto globals = GlobalAppSettings::FromJson(json.root, OriginTag::None);
const auto globals = GlobalAppSettings::FromJson(json.root, OriginTag::Generated);
userSettings.globals->AddLeastImportantParent(globals);
}

Expand Down

0 comments on commit 8cc82de

Please sign in to comment.