File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Flow.Launcher.Infrastructure/QuickSwitch
Flow.Launcher.Plugin/Interfaces Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11using System ;
22using System . Threading ;
33using Flow . Launcher . Infrastructure . Logger ;
4- using Flow . Launcher . Plugins ;
4+ using Flow . Launcher . Plugin ;
55using Windows . Win32 ;
66using Windows . Win32 . Foundation ;
77using Windows . Win32 . UI . WindowsAndMessaging ;
Original file line number Diff line number Diff line change 11using System ;
22using System . Runtime . InteropServices ;
3- using Flow . Launcher . Plugins ;
3+ using Flow . Launcher . Plugin ;
44using Windows . Win32 ;
55using Windows . Win32 . System . Com ;
66using Windows . Win32 . UI . Shell ;
Original file line number Diff line number Diff line change 88using Flow . Launcher . Infrastructure . Logger ;
99using Flow . Launcher . Infrastructure . QuickSwitch . Models ;
1010using Flow . Launcher . Infrastructure . UserSettings ;
11- using Flow . Launcher . Plugins ;
11+ using Flow . Launcher . Plugin ;
1212using NHotkey ;
1313using Windows . Win32 ;
1414using Windows . Win32 . Foundation ;
Original file line number Diff line number Diff line change 22
33#nullable enable
44
5- namespace Flow . Launcher . Plugins
5+ namespace Flow . Launcher . Plugin
66{
77 /// <summary>
88 /// Interface for handling file dialog instances in QuickSwitch.
99 /// </summary>
10- public interface IQuickSwitchDialog : IDisposable
10+ public interface IQuickSwitchDialog : IFeatures , IDisposable
1111 {
1212 /// <summary>
1313 /// Check if the foreground window is a file dialog instance.
Original file line number Diff line number Diff line change 22
33#nullable enable
44
5- namespace Flow . Launcher . Plugins
5+ namespace Flow . Launcher . Plugin
66{
77 /// <summary>
88 /// Interface for handling file explorer instances in QuickSwitch.
99 /// </summary>
10- public interface IQuickSwitchExplorer : IDisposable
10+ public interface IQuickSwitchExplorer : IFeatures , IDisposable
1111 {
1212 /// <summary>
1313 /// Check if the foreground window is a Windows Explorer instance.
You can’t perform that action at this time.
0 commit comments