From 6057eae05bcacf7f55de601e23b52d066bcba63d Mon Sep 17 00:00:00 2001 From: Florian Grabmeier Date: Wed, 13 Mar 2024 12:59:59 +0100 Subject: [PATCH] Fix missing using directive Signed-off-by: Florian Grabmeier --- Flow.Launcher/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 2a82dcdeb..503704046 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -26,6 +26,7 @@ using Key = System.Windows.Input.Key; using System.Media; using static Flow.Launcher.ViewModel.SettingWindowViewModel; using DataObject = System.Windows.DataObject; +using System.Windows.Media; namespace Flow.Launcher {