mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
6db965148c
commit
6c33308653
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue