File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Flow.Launcher.Infrastructure/QuickSwitch/Models Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ namespace Flow.Launcher.Infrastructure.QuickSwitch.Models
1515 /// </summary>
1616 internal class WindowsDialog : IQuickSwitchDialog
1717 {
18- private const string WindowsDialogClassName = "#32770" ;
19-
2018 public IQuickSwitchDialogWindow DialogWindow { get ; private set ; }
2119
20+ private const string WindowsDialogClassName = "#32770" ;
21+
2222 public bool CheckDialogWindow ( HWND hwnd )
2323 {
2424 if ( GetWindowClassName ( hwnd ) == WindowsDialogClassName )
@@ -38,7 +38,7 @@ public void Dispose()
3838 DialogWindow = null ;
3939 }
4040
41- public static string GetWindowClassName ( HWND handle )
41+ private static string GetWindowClassName ( HWND handle )
4242 {
4343 return GetClassName ( handle ) ;
4444
You can’t perform that action at this time.
0 commit comments