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());