Fix: special character only chat messages #336

Merged
m.ginkel merged 6 commits from fix/140-chat-messages into main 2026-05-14 13:51:46 +02:00
Showing only changes of commit b30af0c212 - Show all commits
@@ -16,9 +16,9 @@
<HBox spacing="10"
fx:id="menuBox">
<Label text="== CHAT ==" styleClass="chat-header" alignment="CENTER" maxWidth="Infinity"/>
<Label text="CHAT" styleClass="chat-header" alignment="CENTER" maxWidth="Infinity"/>
<Region HBox.hgrow="ALWAYS"/>
<MenuButton fx:id="addWhisperChatButton" styleClass="menu-button" text="WHISPER CHAT"
<MenuButton fx:id="addWhisperChatButton" styleClass="menu-button" text="WHISPER"
alignment="CENTER_RIGHT">
</MenuButton>
</HBox>