From d1ea58cd9f9c5b15766445285f8aef586840ec2e Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Sun, 22 Feb 2026 09:47:03 -0500 Subject: [PATCH] Clearing logs is now a confirm button (#95228) ## About The Pull Request you gotta double click to clear logs on the monitor. ## Why It's Good For The Game one click away from total disaster is bad UI ## Changelog :cl: qol: You now need to click twice on the telecomms monitor console to wipe logs. /:cl: --- tgui/packages/tgui/interfaces/MessageMonitor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tgui/packages/tgui/interfaces/MessageMonitor.tsx b/tgui/packages/tgui/interfaces/MessageMonitor.tsx index 804ebb7a1ae..8b4fd6bfa6e 100644 --- a/tgui/packages/tgui/interfaces/MessageMonitor.tsx +++ b/tgui/packages/tgui/interfaces/MessageMonitor.tsx @@ -229,7 +229,7 @@ const MainScreenAuth = (props: AuthScreenProps) => {