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 046ccfc commit b63719aCopy full SHA for b63719a
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), Constant.FlowLauncher);
+ public static string RoamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Flow Launcher");
16
public static string DataDirectory()
17
{
18
if (PortableDataLocationInUse())
0 commit comments