Skip to content

Commit 6057eae

Browse files
committed
Fix missing using directive
Signed-off-by: Florian Grabmeier <[email protected]>
1 parent 029fe37 commit 6057eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)