Skip to content

Commit 92bc05c

Browse files
committed
Remove quick switch information
1 parent 506bde8 commit 92bc05c

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@
335335
<system:String x:Key="QuickSwitchFileResultBehaviourFullPath">Fill full path in file name box</system:String>
336336
<system:String x:Key="QuickSwitchFileResultBehaviourFullPathOpen">Fill full path in file name box and open</system:String>
337337
<system:String x:Key="QuickSwitchFileResultBehaviourDirectory">Fill directory in path box</system:String>
338-
<system:String x:Key="QuickSwitchSupportedExplorerDialogTitle">Information for Quick Switch user</system:String>
339-
<system:String x:Key="QuickSwitchSupportedExplorerDialogMessage">Currently Flow supports those file explorers ({0}) and those file dialogs ({1})</system:String>
340338

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

Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ public class QuickSwitchFileResultBehaviourData : DropdownDataGeneric<QuickSwitc
180180
public List<QuickSwitchFileResultBehaviourData> QuickSwitchFileResultBehaviours { get; } =
181181
DropdownDataGeneric<QuickSwitchFileResultBehaviours>.GetValues<QuickSwitchFileResultBehaviourData>("QuickSwitchFileResultBehaviour");
182182

183-
public string QuickSwitchSupportedExplorerDialogMessage => string.Empty;
184-
185183
public int SearchDelayTimeValue
186184
{
187185
get => Settings.SearchDelayTime;

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,6 @@
299299
</StackPanel>
300300
</cc:ExCard>
301301

302-
<cc:InfoBar
303-
Title="{DynamicResource QuickSwitchSupportedExplorerDialogTitle}"
304-
Margin="0 14 0 0"
305-
Closable="False"
306-
IsIconVisible="True"
307-
Length="Long"
308-
Message="{Binding QuickSwitchSupportedExplorerDialogMessage, Mode=OneWay}"
309-
Type="Info" />
310-
311302
<cc:ExCard
312303
Title="{DynamicResource searchDelay}"
313304
Margin="0 14 0 0"

0 commit comments

Comments
 (0)