From 80d02d189a4450d2773e18de6a56c02d0290c5cd Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 19 Oct 2015 20:30:21 -0700 Subject: set the main window icon --- windows/WinUI/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> -- cgit v1.2.3