We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfae21 commit 343c122Copy full SHA for 343c122
Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs
@@ -437,7 +437,6 @@ uint dwmsEventTime
437
}
438
439
440
- // TODO: Use a better way to detect dragging
441
// Here we do not start & stop the timer beacause the start time is not accurate (more than 1s delay)
442
// So we start & stop the timer when we find a file dialog window
443
/*private static void MoveSizeCallBack(
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -24,7 +24,6 @@
24
using Flow.Launcher.Plugin.SharedCommands;
25
using Flow.Launcher.Storage;
26
using Microsoft.VisualStudio.Threading;
27
-using Windows.Win32;
28
29
namespace Flow.Launcher.ViewModel
30
{
0 commit comments