File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
using Flow . Launcher . Plugin . Explorer . Search ;
2
2
using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks ;
3
- using Microsoft . AspNetCore . DataProtection . AuthenticatedEncryption ;
4
3
using System ;
5
4
using System . Collections . Generic ;
6
- using System . IO ;
7
5
8
6
namespace Flow . Launcher . Plugin . Explorer
9
7
{
Original file line number Diff line number Diff line change 30
30
<CheckBox Name =" ChkActionKeywordEnabled" ToolTip =" {DynamicResource plugin_explorer_actionkeyword_enabled_tooltip}"
31
31
Margin =" 10" Grid.Row=" 0" Grid.Column=" 2" Content =" {DynamicResource plugin_explorer_actionkeyword_enabled}"
32
32
Width =" auto"
33
- VerticalAlignment =" Center" IsChecked =" {Binding Enabled}"
34
- Visibility =" {Binding EnabledVisibility}" />
33
+ VerticalAlignment =" Center" IsChecked =" {Binding Enabled}" />
35
34
<Button Name =" DownButton"
36
35
Click =" OnDoneButtonClick" Grid.Row=" 1" Grid.Column=" 2"
37
36
Margin =" 10 0 10 0" Width =" 80" Height =" 35"
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ public string ActionKeyword
32
32
33
33
private string actionKeyword ;
34
34
35
- public Visibility EnabledVisibility
36
- => CurrentActionKeyword . KeywordProperty == Settings . ActionKeyword . FileContentSearchActionKeyword
37
- ? Visibility . Collapsed : Visibility . Visible ;
38
-
39
35
public ActionKeywordSetting ( SettingsViewModel settingsViewModel ,
40
36
ActionKeywordView selectedActionKeyword )
41
37
{
You can’t perform that action at this time.
0 commit comments