Skip to content

Commit 6057eae

Browse files
committed
Fix missing using directive
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
1 parent 029fe37 commit 6057eae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
using System.Media;
2727
using static Flow.Launcher.ViewModel.SettingWindowViewModel;
2828
using DataObject = System.Windows.DataObject;
29+
using System.Windows.Media;
2930

3031
namespace Flow.Launcher
3132
{

0 commit comments

Comments
 (0)