diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj
index 848c52f1f..0d982c5a4 100644
--- a/Flow.Launcher/Flow.Launcher.csproj
+++ b/Flow.Launcher/Flow.Launcher.csproj
@@ -4,7 +4,7 @@
WinExe
net7.0-windows10.0.19041.0
true
- true
+ false
Flow.Launcher.App
Resources\app.ico
app.manifest
diff --git a/Flow.Launcher/Images/app_error.png b/Flow.Launcher/Images/app_error.png
index 70599f504..a5664e263 100644
Binary files a/Flow.Launcher/Images/app_error.png and b/Flow.Launcher/Images/app_error.png differ
diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml
index 28b516757..83831a398 100644
--- a/Flow.Launcher/Languages/en.xaml
+++ b/Flow.Launcher/Languages/en.xaml
@@ -57,7 +57,7 @@
Select last Query
Empty last Query
Fixed Window Height
- The window height will not be resizeable by dragging
+ The window height is not adjustable by dragging.
Maximum results shown
You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.
Ignore hotkeys in fullscreen mode
@@ -75,6 +75,7 @@
Auto Update
Select
Hide Flow Launcher on startup
+ Flow Launcher search window is hidden in the tray after starting up.
Hide tray icon
When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.
Query Search Precision
@@ -279,6 +280,9 @@
Clear Logs
Are you sure you want to delete all logs?
Wizard
+ User Data Location
+ User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.
+ Open Folder
Select File Manager
diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml
index a53e61f8c..3d599aaed 100644
--- a/Flow.Launcher/Resources/CustomControlTemplate.xaml
+++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml
@@ -74,7 +74,8 @@
-
+
+
@@ -1642,6 +1643,80 @@
+
+
+
0:0:0.033
@@ -1657,7 +1732,7 @@
-
+
diff --git a/Flow.Launcher/Resources/Dark.xaml b/Flow.Launcher/Resources/Dark.xaml
index a910108e8..2cdec3844 100644
--- a/Flow.Launcher/Resources/Dark.xaml
+++ b/Flow.Launcher/Resources/Dark.xaml
@@ -1605,18 +1605,23 @@
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
True
False
diff --git a/Flow.Launcher/Resources/Light.xaml b/Flow.Launcher/Resources/Light.xaml
index 906430343..715621aaf 100644
--- a/Flow.Launcher/Resources/Light.xaml
+++ b/Flow.Launcher/Resources/Light.xaml
@@ -1608,9 +1608,11 @@
-
-
+
+
+
+
True
diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs
index b6563d3e5..0ed2090f1 100644
--- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs
+++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs
@@ -80,6 +80,15 @@ public partial class SettingsPaneAboutViewModel : BaseModel
PluginManager.API.OpenDirectory(Path.Combine(DataLocation.DataDirectory(), Constant.Settings));
}
+ [RelayCommand]
+ private void OpenParentOfSettingsFolder(object parameter)
+ {
+ string settingsFolderPath = Path.Combine(DataLocation.DataDirectory(), Constant.Settings);
+ string parentFolderPath = Path.GetDirectoryName(settingsFolderPath);
+ PluginManager.API.OpenDirectory(parentFolderPath);
+ }
+
+
[RelayCommand]
private void OpenLogsFolder()
{
diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml
index 15afd7741..e33fee02b 100644
--- a/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml
+++ b/Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml
@@ -26,7 +26,6 @@
Text="{DynamicResource about}"
TextAlignment="left" />
-
@@ -51,7 +50,18 @@
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
-
-
-
-
+
+
-
-
-
-
+ Title="{DynamicResource devtool}"
+ Margin="0 12 0 0"
+ Icon="">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+