Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 07dbed5

Browse files
authored
Merge pull request #56 from Flow-Launcher/taooceros-patch-1
Unicode Representation for Arrow
2 parents c3dcef9 + 9a9e7ee commit 07dbed5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String>
3535
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Date Accessed</system:String>
3636
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Date Run</system:String>
37-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending"></system:String>
38-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending"></system:String>
37+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">&#x2191;</system:String>
38+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">&#x2193;</system:String>
3939
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
4040

4141
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Everything",
55
"Description": "Search Everything",
66
"Author": "qianlifeng, orzfly",
7-
"Version": "1.7.4",
7+
"Version": "1.7.5",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything",
1010
"IcoPath": "Images\\find.png",

0 commit comments

Comments
 (0)