diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-21 22:21:31 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-21 22:21:31 +0800 |
commit | 5139209b268a6f34b2fa65b3963f451a4e316ce6 (patch) | |
tree | 13b55578968aac9e75b7f8ca45a7866ca44259b7 /features/streamsGUI | |
parent | 42755196a746aeb309f6b87c48f6b2e2fc0c68cf (diff) | |
download | SoopyV2-5139209b268a6f34b2fa65b3963f451a4e316ce6.tar.gz SoopyV2-5139209b268a6f34b2fa65b3963f451a4e316ce6.tar.bz2 SoopyV2-5139209b268a6f34b2fa65b3963f451a4e316ce6.zip |
Fix boss slain timer, and some comments
Diffstat (limited to 'features/streamsGUI')
-rw-r--r-- | features/streamsGUI/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
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(){ |