mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix(RemoteStatistics): Changed default hotKey to backQuote
- Same as GUIConsole, and for the same reason (F11 is fullscreen in browser)
This commit is contained in:
parent
9c9cc043b3
commit
fa64d7abc7
@ -91,7 +91,7 @@ public class RemoteStatistics : NetworkBehaviour
|
|||||||
|
|
||||||
[Header("GUI")]
|
[Header("GUI")]
|
||||||
public bool showGui;
|
public bool showGui;
|
||||||
public KeyCode hotKey = KeyCode.F11;
|
public KeyCode hotKey = KeyCode.BackQuote;
|
||||||
Rect windowRect = new Rect(0, 0, 400, 400);
|
Rect windowRect = new Rect(0, 0, 400, 400);
|
||||||
|
|
||||||
// password can't be stored in code or in Unity project.
|
// password can't be stored in code or in Unity project.
|
||||||
|
Loading…
Reference in New Issue
Block a user