We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60b840 commit 7775837Copy full SHA for 7775837
Flow.Launcher.Infrastructure/UserSettings/DataLocation.cs
@@ -12,7 +12,7 @@ public static class DataLocation
12
public const string PortableFolderName = "UserData";
13
public const string DeletionIndicatorFile = ".dead";
14
public static string PortableDataPath = Path.Combine(Constant.ProgramDirectory, PortableFolderName);
15
- public static string RoamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Flow Launcher");
+ public static string RoamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "FlowLauncher");
16
public static string DataDirectory()
17
{
18
if (PortableDataLocationInUse())
0 commit comments