Skip to content

Allow hiding the toolbar for kiosk displays - #28

Closed
jbeers wants to merge 1 commit into
mxmgorin:mainfrom
jbeers:toolbar-visible
Closed

Allow hiding the toolbar for kiosk displays#28
jbeers wants to merge 1 commit into
mxmgorin:mainfrom
jbeers:toolbar-visible

Conversation

@jbeers

@jbeers jbeers commented Aug 13, 2026

Copy link
Copy Markdown

Adds a display.toolbar_visible setting for kiosk/thin-client use cases. When disabled, the web viewport uses the full display while controller shortcuts and Settings remain available.

Includes a config parsing test and documentation.

@mxmgorin

mxmgorin commented Aug 24, 2026

Copy link
Copy Markdown
Owner

Thanks for the PR, and sorry to turn it down, I don't want a third setting on the toolbar. toolbar_position and toolbar_autohide both go meaningless once the bar is off, and the configurable toolbar gives "no toolbar" for free as "every element at order 0", so this would be a second mechanism for the same thing.

And there is problem on touch: with the bar hidden on a touch-only device there's no way back out - no menu, no settings, recovery only by editing config.toml in app-private storage.

For fullscreen, I'm leaning toward making it a toggleable mode rather than a settings flag.

@mxmgorin mxmgorin closed this Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants