Skip to content

Commit

Permalink
introduced IAppWindow.IsVisibleInAppSwitcher
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Oct 6, 2020
1 parent e1b2297 commit 5f70e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions IAppWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public interface IAppWindow
bool IsVisible { get; }
bool IsOnCurrentDesktop { get; }
bool IsVisibleOnAllDesktops { get; }
bool IsVisibleInAppSwitcher { get; }
event EventHandler Closed;
}
}
2 changes: 1 addition & 1 deletion WindowManagement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>LostTech.Stack.WindowManagement</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.0.1</VersionPrefix>
<RootNamespace>LostTech.Stack.WindowManagement</RootNamespace>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 5f70e91

Please sign in to comment.