mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Move comment to PR
This commit is contained in:
parent
6a33173384
commit
7217ef5ec5
1 changed files with 0 additions and 2 deletions
|
|
@ -9,8 +9,6 @@ namespace Wox.Infrastructure
|
||||||
{
|
{
|
||||||
public static string DetermineDataDirectory()
|
public static string DetermineDataDirectory()
|
||||||
{
|
{
|
||||||
// use the method of VSCode to enable portable mode
|
|
||||||
// https://code.visualstudio.com/docs/editor/portable
|
|
||||||
string portableDataPath = Path.Combine(ProgramDirectory, "UserData");
|
string portableDataPath = Path.Combine(ProgramDirectory, "UserData");
|
||||||
if (Directory.Exists(portableDataPath))
|
if (Directory.Exists(portableDataPath))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue