From 03c97e036699eabb100bcd0be879d7c262bb87ff Mon Sep 17 00:00:00 2001 From: chatasweetie Date: Wed, 1 Jul 2026 12:53:54 -0700 Subject: [PATCH] remove recording indicator from snapshot window --- .../Views/SnapshotWindow.xaml | 25 ------------------- .../Views/SnapshotWindow.xaml.cs | 13 ---------- 2 files changed, 38 deletions(-) diff --git a/src/modules/Workspaces/WorkspacesEditor.WinUI/Views/SnapshotWindow.xaml b/src/modules/Workspaces/WorkspacesEditor.WinUI/Views/SnapshotWindow.xaml index d2917a802d..294c9ad219 100644 --- a/src/modules/Workspaces/WorkspacesEditor.WinUI/Views/SnapshotWindow.xaml +++ b/src/modules/Workspaces/WorkspacesEditor.WinUI/Views/SnapshotWindow.xaml @@ -18,31 +18,6 @@ - - - - - - - - - - - { - _dotVisible = !_dotVisible; - RecordingDot.Opacity = _dotVisible ? 1.0 : 0.15; - }; - _pulseTimer.Start(); - this.Closed += OnClosed; // Set focus to the Capture button when window loads @@ -102,7 +90,6 @@ namespace WorkspacesEditor.Views private void OnClosed(object sender, WindowEventArgs args) { - _pulseTimer.Stop(); if (!_captured) { StrongReferenceMessenger.Default.Send(new SnapshotCancelledMessage());