diff --git a/assets/highminded.ico b/assets/highminded.ico new file mode 100644 index 0000000..b05fdb8 Binary files /dev/null and b/assets/highminded.ico differ diff --git a/highminded.csproj b/highminded.csproj index 35241ab..ee84f3a 100644 --- a/highminded.csproj +++ b/highminded.csproj @@ -1,5 +1,6 @@  + assets\highminded.ico WinExe net9.0 enable @@ -40,6 +41,10 @@ + + + + MainWindow.axaml diff --git a/ui/windows/MainWindow.axaml b/ui/windows/MainWindow.axaml index 9a04af4..5fbb41a 100644 --- a/ui/windows/MainWindow.axaml +++ b/ui/windows/MainWindow.axaml @@ -7,6 +7,7 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="highminded.ui.windows.MainWindow" x:DataType="vm:MainViewModel" + Icon="/assets/highminded.ico" Title="highminded" Height="600" Width="800"