diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-10-19 20:30:21 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-10-19 20:30:21 -0700 |
commit | 80d02d189a4450d2773e18de6a56c02d0290c5cd (patch) | |
tree | f148537fd4f015aa69d1612c6ba9c2792952a67f | |
parent | 56267b2aed72998eece335b838b081ad06f10756 (diff) | |
download | infinitytier-80d02d189a4450d2773e18de6a56c02d0290c5cd.tar.gz infinitytier-80d02d189a4450d2773e18de6a56c02d0290c5cd.zip |
set the main window icon
-rw-r--r-- | windows/WinUI/MainWindow.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/MainWindow.xaml b/windows/WinUI/MainWindow.xaml index c104dfb6..299d3676 100644 --- a/windows/WinUI/MainWindow.xaml +++ b/windows/WinUI/MainWindow.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Class="WinUI.MainWindow" - Title="ZeroTier One" Height="495" Width="705"> + Title="ZeroTier One" Height="495" Width="705" Icon="ZeroTierIcon.ico"> <Window.Resources> <ResourceDictionary> |