diff --git a/Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml b/Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml index e8b1e3689..66235b258 100644 --- a/Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml @@ -2,6 +2,7 @@ x:Class="Flow.Launcher.Plugin.Url.SettingsControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:converters="clr-namespace:Flow.Launcher.Plugin.Url.Converters" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Flow.Launcher.Plugin.Url" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" @@ -9,6 +10,9 @@ d:DesignWidth="800" DataContext="{Binding RelativeSource={RelativeSource Self}}" mc:Ignorable="d"> + + +