File tree Expand file tree Collapse file tree 3 files changed +0
-26
lines changed
Flow.Launcher.Infrastructure/UserSettings Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,6 @@ public string OpenResultModifiers
52
52
53
53
public string ColorScheme { get ; set ; } = "System" ;
54
54
55
- private bool _showOpenResultHotkey = true ;
56
- public bool ShowOpenResultHotkey
57
- {
58
- get => _showOpenResultHotkey ;
59
- set
60
- {
61
- if ( _showOpenResultHotkey != value )
62
- {
63
- _showOpenResultHotkey = value ;
64
- OnPropertyChanged ( ) ;
65
- }
66
- }
67
- }
68
-
69
55
public double WindowSize { get ; set ; } = 580 ;
70
56
public string PreviewHotkey { get ; set ; } = $ "F1";
71
57
public string AutoCompleteHotkey { get ; set ; } = $ "{ KeyConstant . Ctrl } + Tab";
Original file line number Diff line number Diff line change 195
195
<system : String x : Key =" hotkeyPresetsToolTip" >List of currently registered hotkeys</system : String >
196
196
<system : String x : Key =" openResultModifiers" >Open Result Modifier Key</system : String >
197
197
<system : String x : Key =" openResultModifiersToolTip" >Select a modifier key to open selected result via keyboard.</system : String >
198
- <system : String x : Key =" showOpenResultHotkey" >Show Hotkey</system : String >
199
- <system : String x : Key =" showOpenResultHotkeyToolTip" >Show result selection hotkey with results.</system : String >
200
198
<system : String x : Key =" autoCompleteHotkey" >Auto Complete</system : String >
201
199
<system : String x : Key =" autoCompleteHotkeyToolTip" >Runs autocomplete for the selected items.</system : String >
202
200
<system : String x : Key =" SelectNextItemHotkey" >Select Next Item</system : String >
Original file line number Diff line number Diff line change 61
61
ItemsSource =" {Binding OpenResultModifiersList}"
62
62
SelectedValue =" {Binding Settings.OpenResultModifiers}" />
63
63
</cc : Card >
64
-
65
- <cc : Card
66
- Title =" {DynamicResource showOpenResultHotkey}"
67
- Sub =" {DynamicResource showOpenResultHotkeyToolTip}"
68
- Type =" Last" >
69
- <ui : ToggleSwitch
70
- IsOn =" {Binding Settings.ShowOpenResultHotkey}"
71
- OffContent =" {DynamicResource disable}"
72
- OnContent =" {DynamicResource enable}" />
73
- </cc : Card >
74
64
</cc : CardGroup >
75
65
76
66
<cc : ExCard
You can’t perform that action at this time.
0 commit comments