-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Avalonia projects * Add Avalonia licenses control * Remove hover effect from HyperlinkButton * Add Avalonia AboutView and localization * Remove WPF LicensesControl * Add runtime identifiers for Avalonia project * Use HyperlinkButton.NavigateUri instead of custom commands * Add remaining contents to AboutView * Replace AboutBox with Avalonia based AboutView * Optimize design
- Loading branch information
1 parent
13ad4ef
commit 2bfcfbc
Showing
37 changed files
with
1,338 additions
and
1,345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Nullable>enable</Nullable> | ||
<AvaloniaVersion>11.1.3</AvaloniaVersion> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.