diff --git a/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/Timer.xaml.cs b/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/Timer.xaml.cs index 0438f6136e..f774660d8c 100644 --- a/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/Timer.xaml.cs +++ b/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/Timer.xaml.cs @@ -259,7 +259,7 @@ private void tryOpenEditViewIfRunning(MouseButtonEventArgs e, string focusedFiel { if (this.isRunning) { - if (this.PreventOnApp) + if (this.PreventOnApp && e.ClickCount != 2) { e.Handled = true; return;