This commit is contained in:
Hongtao Zhang 2024-05-28 15:14:18 -05:00
parent 6db965148c
commit 6c33308653

View file

@ -28,7 +28,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public static string PortableDataPath = Path.Combine(Constant.ProgramDirectory, PortableFolderName);
public static string RoamingDataPath =
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "FlowLauncher")
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "FlowLauncher");
public static string DataDirectory()
{