Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 17, 2024
1 parent 7438245 commit 23c5829
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ public VncVal apply(final VncList args) {
default: mode = ColorMode.Light; break;
}

config.switchColorMode(mode);

final VncKeyword modeType = new VncKeyword(mode.name().toLowerCase());

env.setGlobal(new Var(
Expand Down

0 comments on commit 23c5829

Please sign in to comment.