Skip to content

Commit

Permalink
feat: display admin messages to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux authored and Guts committed Aug 29, 2024
1 parent e7194cc commit 10c1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/toolbelt/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class PlgSettingsStructure:
# QChat
qchat_instance_uri: str = "https://gischat.geotribu.net"
qchat_activate_cheatcode: bool = True
qchat_display_admin_messages: bool = True
qchat_display_admin_messages: bool = False
qchat_show_avatars: bool = True
qchat_play_sounds: bool = True
qchat_sound_volume: int = 33
Expand Down

0 comments on commit 10c1d19

Please sign in to comment.