diff --git a/src/Dasher.Windows/App.axaml b/src/Dasher.Windows/App.axaml
index 80c8831..db86737 100644
--- a/src/Dasher.Windows/App.axaml
+++ b/src/Dasher.Windows/App.axaml
@@ -9,37 +9,66 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4
- 8
- 16
- 24
- 32
-
- 4
- 8
- 12
-
- 48
- 64
- 48
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+ 8
+ 16
+ 24
+ 32
+
+ 4
+ 8
+ 12
+
+ 48
+ 64
+ 48
+
diff --git a/src/Dasher.Windows/Dasher.Windows.csproj b/src/Dasher.Windows/Dasher.Windows.csproj
index fecdfbe..06fed5e 100644
--- a/src/Dasher.Windows/Dasher.Windows.csproj
+++ b/src/Dasher.Windows/Dasher.Windows.csproj
@@ -29,5 +29,6 @@
+
diff --git a/src/Dasher.Windows/Services/UpdateChecker.cs b/src/Dasher.Windows/Services/UpdateChecker.cs
index cbdf369..bdaaf54 100644
--- a/src/Dasher.Windows/Services/UpdateChecker.cs
+++ b/src/Dasher.Windows/Services/UpdateChecker.cs
@@ -58,7 +58,7 @@ public static async Task CheckAsync()
return new UpdateInfo { CurrentVersion = current };
var release = releases[0];
- var latestRaw = release.TagName.TrimStart('v');
+ var latestRaw = release.TagName!.TrimStart('v');
var isUpdate = IsNewerVersion(latestRaw, current);
return new UpdateInfo
diff --git a/src/Dasher.Windows/Views/MainWindow.axaml b/src/Dasher.Windows/Views/MainWindow.axaml
index 8fba64a..0879684 100644
--- a/src/Dasher.Windows/Views/MainWindow.axaml
+++ b/src/Dasher.Windows/Views/MainWindow.axaml
@@ -2,6 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Dasher.Windows.ViewModels"
xmlns:controls="using:Dasher.Windows.Controls"
+ xmlns:lucide="using:Lucide.Avalonia"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="1024" d:DesignHeight="768"
@@ -38,12 +39,10 @@
-
-