File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public partial class Main : Form
2626 private string savedChainDirectoryPath = string . IsNullOrEmpty ( Settings . Default . ChainFullName ) ? string . Empty : Path . GetDirectoryName ( Settings . Default . ChainFullName ) ;
2727 private string generateScriptPath = Settings . Default . GenerateScriptPath ;
2828 private static readonly char [ ] illegalCharsForExplorer = "/<>:/\\ \" |?*" . ToCharArray ( ) ;
29- private static readonly string defaultInitialDirectory = "C: \\ Users" ;
29+ private static readonly string defaultInitialDirectory = Path . GetPathRoot ( Environment . SystemDirectory ) ;
3030
3131 //Info for Icons
3232 //Icon-Folder-Location changes in release version. That's why we check if we are currently in debug or release mode and change the path accordingly
You can’t perform that action at this time.
0 commit comments