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 1818 <WindowChrome .WindowChrome>
1919 <WindowChrome CaptionHeight =" 32" ResizeBorderThickness =" {x:Static SystemParameters.WindowResizeBorderThickness}" />
2020 </WindowChrome .WindowChrome>
21+ <Window .Resources>
22+ <BooleanToVisibilityConverter x : Key =" BooleanToVisibilityConverter" />
23+ </Window .Resources>
2124 <Grid >
2225 <Grid .RowDefinitions>
2326 <RowDefinition />
101104 HorizontalAlignment =" Stretch"
102105 Click =" BrowseButton_Click"
103106 Content =" {DynamicResource flowlauncher_plugin_program_browse}"
104- IsEnabled =" {Binding IsCustomSource}"
107+ Visibility =" {Binding IsCustomSource, Converter={StaticResource BooleanToVisibilityConverter} }"
105108 DockPanel.Dock=" Right" />
106109 <TextBox
107110 Name =" Directory"
You can’t perform that action at this time.
0 commit comments