From 5139209b268a6f34b2fa65b3963f451a4e316ce6 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 21 Nov 2021 22:21:31 +0800 Subject: Fix boss slain timer, and some comments --- features/streamsGUI/index.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'features/streamsGUI') diff --git a/features/streamsGUI/index.js b/features/streamsGUI/index.js index 9ac7bc0..2cd2a4f 100644 --- a/features/streamsGUI/index.js +++ b/features/streamsGUI/index.js @@ -75,7 +75,12 @@ class StreamPage extends GuiPage { this.openSidebarPage(sidebar) + /* + TODO: finish this + - Open stream in browser button + - show live chat + */ } onOpen(){ -- cgit