File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Plugins/Flow.Launcher.Plugin.Program Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
<WindowChrome .WindowChrome>
19
19
<WindowChrome CaptionHeight =" 32" ResizeBorderThickness =" {x:Static SystemParameters.WindowResizeBorderThickness}" />
20
20
</WindowChrome .WindowChrome>
21
+ <Window .Resources>
22
+ <BooleanToVisibilityConverter x : Key =" BooleanToVisibilityConverter" />
23
+ </Window .Resources>
21
24
<Grid >
22
25
<Grid .RowDefinitions>
23
26
<RowDefinition />
101
104
HorizontalAlignment =" Stretch"
102
105
Click =" BrowseButton_Click"
103
106
Content =" {DynamicResource flowlauncher_plugin_program_browse}"
104
- IsEnabled =" {Binding IsCustomSource}"
107
+ Visibility =" {Binding IsCustomSource, Converter={StaticResource BooleanToVisibilityConverter} }"
105
108
DockPanel.Dock=" Right" />
106
109
<TextBox
107
110
Name =" Directory"
You can’t perform that action at this time.
0 commit comments