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:
MrGadget 2024-03-26 08:17:05 -04:00
parent 9c9cc043b3
commit fa64d7abc7

View File

@ -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.