diff --git a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml
index 496073c26..bc20bce66 100644
--- a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml
@@ -40,26 +40,47 @@
-
-
+
-
+
@@ -111,21 +132,20 @@
TextAlignment="Left" />
-
+
-
+
@@ -155,7 +175,7 @@
Content="{DynamicResource flowlauncher_plugin_program_suffixes_custom_file_types}" />
@@ -180,7 +200,7 @@
Content="{DynamicResource flowlauncher_plugin_program_suffixes_custom_urls}" />
diff --git a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs
index 2a10928e6..0939bfc58 100644
--- a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs
+++ b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs
@@ -1,5 +1,7 @@
using System;
using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Input;
namespace Flow.Launcher.Plugin.Program
{
@@ -41,4 +43,4 @@ namespace Flow.Launcher.Plugin.Program
DialogResult = true;
}
}
-}
\ No newline at end of file
+}