Show stats in the Guide menu & refactor

This commit is contained in:
redphx
2024-06-01 10:11:06 +07:00
parent 60cadb4b04
commit ed3c4041ff
16 changed files with 467 additions and 299 deletions

View File

@@ -87,7 +87,7 @@ export class ControllerShortcut {
break;
case ShortcutAction.STREAM_STATS_TOGGLE:
StreamStats.toggle();
StreamStats.getInstance().toggle();
break;
case ShortcutAction.STREAM_MICROPHONE_TOGGLE: