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 2944f11 commit aeb152bCopy full SHA for aeb152b
Flow.Launcher.Plugin/Interfaces/IQuickSwitchExplorer.cs
@@ -16,7 +16,7 @@ public interface IQuickSwitchExplorer : IDisposable
16
/// The handle of the foreground window to check.
17
/// </param>
18
/// <returns>
19
- /// The explorer window if the foreground window is a Windows Explorer instance. Null if it is not.
+ /// The window if the foreground window is a file explorer instance. Null if it is not.
20
/// </returns>
21
IQuickSwitchExplorerWindow? CheckExplorerWindow(IntPtr hwnd);
22
}
0 commit comments