We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168a752 commit e62b547Copy full SHA for e62b547
README.md
@@ -42,7 +42,7 @@ configurable in the inspector.
42
```csharp
43
ConsoleInGame.IsCustomSizeWindowConsole = true;
44
// Or
45
- ConsoleInGame.IsCustomSizeWindowConsole = true;
+ ConsoleInGame.IsCustomSizeWindowConsole = false;
46
```
47
- Set custom width (only work when `EnableCustomSizeWindow = true`)
48
0 commit comments