Skip to content

Commit 749d68d

Browse files
committed
Remove Hotkey Infobar String
1 parent 6fa5075 commit 749d68d

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,6 @@
308308
<system:String x:Key="showBadgesToolTip">Show badges for query results where supported</system:String>
309309
<system:String x:Key="showBadgesGlobalOnly">Show Result Badges for Global Query Only</system:String>
310310
<system:String x:Key="showBadgesGlobalOnlyToolTip">Show badges for global query results only</system:String>
311-
<system:String x:Key="enterKeyInfoTitle">Opening a folder using the Enter key</system:String>
312-
<system:String x:Key="enterKeyInfoToolTip">If you turn off "Hit Enter to open folder in Default File Manager" in the Explorer plugin, you'll be able to explore the contents of the folder instead of opening it in your file manager.</system:String>
313-
<system:String x:Key="pathControlInfoTitle">Auto-complete &amp; Delete Path</system:String>
314-
<system:String x:Key="pathControlInfoToolTip">Try using Auto Complete and the Delete Word Backwards shortcut when switching directories.</system:String>
315311

316312
<!-- Setting Proxy -->
317313
<system:String x:Key="proxy">HTTP Proxy</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,9 @@
6666
OnContent="{DynamicResource enable}" />
6767
</cc:Card>
6868
</cc:CardGroup>
69-
<cc:InfoBar
70-
Title="{DynamicResource enterKeyInfoTitle}"
71-
Margin="0 18 0 0"
72-
Closable="False"
73-
IsIconVisible="True"
74-
Length="Long"
75-
Message="{DynamicResource enterKeyInfoToolTip}"
76-
Type="Info" />
7769
<cc:ExCard
7870
Title="{DynamicResource hotkeyPresets}"
79-
Margin="0 4 0 0"
71+
Margin="0 12 0 0"
8072
Icon="&#xf0e2;"
8173
Sub="{DynamicResource hotkeyPresetsToolTip}">
8274
<StackPanel>
@@ -211,14 +203,6 @@
211203
</StackPanel>
212204
</cc:ExCard>
213205

214-
<cc:InfoBar
215-
Title="{DynamicResource pathControlInfoTitle}"
216-
Margin="0 18 0 0"
217-
Closable="False"
218-
IsIconVisible="True"
219-
Length="Long"
220-
Message="{DynamicResource pathControlInfoToolTip}"
221-
Type="Info" />
222206
<cc:ExCard
223207
Title="{DynamicResource autoCompleteHotkey}"
224208
Margin="0 4 0 0"

0 commit comments

Comments
 (0)