From 4e77b609c93a460fd82cfcf200a5a8679fb9cef1 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 18 Apr 2024 20:34:35 +1000 Subject: [PATCH 1/2] remove unused SharpVectors library --- Flow.Launcher/Flow.Launcher.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 53c1bafc738..6a80d3a9d09 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -95,7 +95,6 @@ - From 0098c16a08d775a4ad9132ef02c52d9227fbb0b2 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sun, 16 Jun 2024 18:01:49 -0500 Subject: [PATCH 2/2] remote xaml directive for svgc --- Flow.Launcher/MainWindow.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index e2c74d367c8..040210ed094 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -6,7 +6,6 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:flowlauncher="clr-namespace:Flow.Launcher" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:svgc="http://sharpvectors.codeplex.com/svgc/" xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:vm="clr-namespace:Flow.Launcher.ViewModel" Name="FlowMainWindow"