File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Plugins/Flow.Launcher.Plugin.Url Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
x : Class =" Flow.Launcher.Plugin.Url.SettingsControl"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : converters =" clr-namespace:Flow.Launcher.Plugin.Url.Converters"
5
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
7
xmlns : local =" clr-namespace:Flow.Launcher.Plugin.Url"
7
8
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
9
d : DesignHeight =" 450"
9
10
d : DesignWidth =" 800"
10
11
DataContext =" {Binding RelativeSource={RelativeSource Self}}"
11
12
mc : Ignorable =" d" >
13
+ <UserControl .Resources>
14
+ <converters : InverseBoolConverter x : Key =" InverseBoolConverter" />
15
+ </UserControl .Resources>
12
16
13
17
<Grid Margin =" {StaticResource SettingPanelMargin}" >
14
18
<Grid .RowDefinitions>
You can’t perform that action at this time.
0 commit comments