From 10c1d19b054a5d8212a26c25455b8ab1741c3d24 Mon Sep 17 00:00:00 2001 From: gounux Date: Wed, 21 Aug 2024 08:35:18 +0200 Subject: [PATCH] feat: display admin messages to false by default --- qtribu/toolbelt/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtribu/toolbelt/preferences.py b/qtribu/toolbelt/preferences.py index 9a6ddb24..666228e0 100644 --- a/qtribu/toolbelt/preferences.py +++ b/qtribu/toolbelt/preferences.py @@ -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