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 11using Flow . Launcher . Plugin . Explorer . Search ;
22using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks ;
3- using Microsoft . AspNetCore . DataProtection . AuthenticatedEncryption ;
43using System ;
54using System . Collections . Generic ;
6- using System . IO ;
75
86namespace Flow . Launcher . Plugin . Explorer
97{
Original file line number Diff line number Diff line change 3030 <CheckBox Name =" ChkActionKeywordEnabled" ToolTip =" {DynamicResource plugin_explorer_actionkeyword_enabled_tooltip}"
3131 Margin =" 10" Grid.Row=" 0" Grid.Column=" 2" Content =" {DynamicResource plugin_explorer_actionkeyword_enabled}"
3232 Width =" auto"
33- VerticalAlignment =" Center" IsChecked =" {Binding Enabled}"
34- Visibility =" {Binding EnabledVisibility}" />
33+ VerticalAlignment =" Center" IsChecked =" {Binding Enabled}" />
3534 <Button Name =" DownButton"
3635 Click =" OnDoneButtonClick" Grid.Row=" 1" Grid.Column=" 2"
3736 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
3232
3333 private string actionKeyword ;
3434
35- public Visibility EnabledVisibility
36- => CurrentActionKeyword . KeywordProperty == Settings . ActionKeyword . FileContentSearchActionKeyword
37- ? Visibility . Collapsed : Visibility . Visible ;
38-
3935 public ActionKeywordSetting ( SettingsViewModel settingsViewModel ,
4036 ActionKeywordView selectedActionKeyword )
4137 {
You can’t perform that action at this time.
0 commit comments