Remove .\ and ..\ from PathConfig autocomplete
-_- this has been annoying me since I started contributing and I only just learned the cause was in our codebase
This commit is contained in:
parent
e7512e57a0
commit
2affc5bca7
|
@ -45,8 +45,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
"%recent%",
|
||||
"%exe%",
|
||||
"%rom%",
|
||||
".\\",
|
||||
"..\\"
|
||||
};
|
||||
|
||||
public PathConfig(
|
||||
|
|
Loading…
Reference in New Issue