mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Roaming folder name to Flow Launcher from Flow.Launcher
This commit is contained in:
parent
046ccfcc4c
commit
b63719af5c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
public const string PortableFolderName = "UserData";
|
||||
public const string DeletionIndicatorFile = ".dead";
|
||||
public static string PortableDataPath = Path.Combine(Constant.ProgramDirectory, PortableFolderName);
|
||||
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");
|
||||
public static string DataDirectory()
|
||||
{
|
||||
if (PortableDataLocationInUse())
|
||||
|
|
|
|||
Loading…
Reference in a new issue