mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix missing using directive
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
This commit is contained in:
parent
029fe37930
commit
6057eae05b
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ using Key = System.Windows.Input.Key;
|
||||||
using System.Media;
|
using System.Media;
|
||||||
using static Flow.Launcher.ViewModel.SettingWindowViewModel;
|
using static Flow.Launcher.ViewModel.SettingWindowViewModel;
|
||||||
using DataObject = System.Windows.DataObject;
|
using DataObject = System.Windows.DataObject;
|
||||||
|
using System.Windows.Media;
|
||||||
|
|
||||||
namespace Flow.Launcher
|
namespace Flow.Launcher
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue