Skip to content

New user option: Hide floating shoutbox

eris requested to merge (removed):hideShoutbox into develop

The issue: I don't like clutter. I like control. Sometimes I wanna hide the shoutbox and have a clean UI.

The code: This adds a setting to hide the floating shout panel. Simple as. The setting name will show the name of the shoutbox set in i18n. All the code does is check for the setting and hide the panel if the option is set

Screens (showing on my instance, where I call the shoutbox "Nya~box")

Disabled (see bottom right corner) hideshoutbox

Enabled (see bottom right corner) hide_shoutbox

Merge request reports