Skip to content

Commit

Permalink
Fixed wrong default directory issue (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Nov 17, 2024
1 parent f97232a commit 1a9119a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static class Global
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt";

#if PORTABLE
public static string DefaultStoragePath => $@"{FileSys.CurrentAppDirectory}\InternetTest Pro\";
public static string DefaultStoragePath => $@"{FileSys.CurrentDirectory}\InternetTest Pro\";
#else
public static string DefaultStoragePath => $@"{FileSys.AppDataPath}\Léo Corporation\InternetTest Pro\";
#endif
Expand Down

0 comments on commit 1a9119a

Please sign in to comment.