Skip to content

Commit 7f349b8

Browse files
committed
Update code docs
1 parent a76213b commit 7f349b8

5 files changed

Lines changed: 64 additions & 5 deletions

File tree

docs/components_login_UserSelect.bs.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,15 @@
133133

134134
' Apply splash background based on enabled flag
135135
' Uses forceBackdrop parameter to show splashscreen before user login
136-
sub applySplashscreen(splashEnabled as boolean)
137-
m.log.debug("Applying splashscreen", "enabled:", splashEnabled)
136+
sub applySplashscreen(serverSplashEnabled as boolean)
137+
' Get global splash screen setting (reads from registry or settings.json default)
138+
' This works before user login since global settings are device-wide
139+
globalSetting = getGlobalSplashScreenSetting()
140+
141+
' Resolve splash screen setting (JellyRock global override or server setting)
142+
splashEnabled = resolveSplashScreen(globalSetting, serverSplashEnabled)
143+
144+
m.log.debug("Applying splashscreen", "globalSetting:", globalSetting, "serverSetting:", serverSplashEnabled, "resolvedValue:", splashEnabled)
138145

139146
if splashEnabled = true
140147
' Build splash URL with correct parameters

docs/data/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-UserSelect.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-misc.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/source_utils_misc.bs.html

Lines changed: 52 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)