@@ -233,6 +233,7 @@ class Lobby:
self.chatTextDisplay.insert(tk.END, ': ', TEXT_SEPARATION)
self.chatTextDisplay.insert(tk.END, f'{message}\n', TEXT_MESSAGE)
self.chatTextDisplay.see(tk.END)
self.chatTextDisplay['state'] = tk.DISABLED
def show(self):
The note is not visible to the blocked user.