Skip to content

Commit

Permalink
removed IsVisibleOnAllDesktops which is not supported by MS
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Aug 16, 2022
1 parent 48a8db0 commit 04e1e46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion IAppWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public interface IAppWindow
bool IsResizable { get; }
bool IsVisible { get; }
bool IsOnCurrentDesktop { get; }
bool IsVisibleOnAllDesktops { get; }
bool IsVisibleInAppSwitcher { get; }
event EventHandler Closed;
}
Expand Down
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.1</VersionPrefix>
<VersionPrefix>3.0.0-clean</VersionPrefix>
<RootNamespace>LostTech.Stack.WindowManagement</RootNamespace>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 04e1e46

Please sign in to comment.