Skip to content

Commit cdf3905

Browse files
committed
Use InverseBoolConverter
1 parent c17db8c commit cdf3905

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
x:Class="Flow.Launcher.Plugin.Url.SettingsControl"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:converters="clr-namespace:Flow.Launcher.Plugin.Url.Converters"
56
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
67
xmlns:local="clr-namespace:Flow.Launcher.Plugin.Url"
78
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
89
d:DesignHeight="450"
910
d:DesignWidth="800"
1011
DataContext="{Binding RelativeSource={RelativeSource Self}}"
1112
mc:Ignorable="d">
13+
<UserControl.Resources>
14+
<converters:InverseBoolConverter x:Key="InverseBoolConverter" />
15+
</UserControl.Resources>
1216

1317
<Grid Margin="{StaticResource SettingPanelMargin}">
1418
<Grid.RowDefinitions>

0 commit comments

Comments
 (0)