Skip to content

Commit c5a36fd

Browse files
committed
Remove DirectoryAndFileName file behaviour
1 parent 8fe6391 commit c5a36fd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ public enum QuickSwitchFileResultBehaviours
518518
{
519519
FullPath,
520520
FullPathOpen,
521-
Directory,
522-
DirectoryAndFileName
521+
Directory
523522
}
524523
}

Flow.Launcher/Languages/en.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@
327327
<system:String x:Key="QuickSwitchFileResultBehaviourFullPath">Fill full path in file name box</system:String>
328328
<system:String x:Key="QuickSwitchFileResultBehaviourFullPathOpen">Fill full path in file name box and open</system:String>
329329
<system:String x:Key="QuickSwitchFileResultBehaviourDirectory">Fill directory in path box</system:String>
330-
<system:String x:Key="QuickSwitchFileResultBehaviourDirectoryAndFileName">Fill directory in path box, file name in file name box and open</system:String>
331330

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

0 commit comments

Comments
 (0)