Skip to content

Commit

Permalink
Fix unexpected blank tab for File Explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
leafOfTree committed Feb 12, 2021
1 parent 070bd44 commit f42d206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WtProgram/FilterService.fs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type FilterService() as this =
fun() -> this.isValidOwner(window)
//Win32 Dialogue class
fun() -> window.className <> "#32770"
fun() -> window.className <> "ApplicationFrameWindow"
fun() -> this.isBanned(window).not
fun() -> this.isOnScreenOrMinimized(window)
])
Expand Down

0 comments on commit f42d206

Please sign in to comment.