mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Move comment to PR
This commit is contained in:
@@ -9,8 +9,6 @@ namespace Wox.Infrastructure
|
||||
{
|
||||
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");
|
||||
if (Directory.Exists(portableDataPath))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user