Add on screen control for some hot keys. To toggle it, click/tap currently opened tab.

This commit is contained in:
NI
2019-09-11 11:31:08 +08:00
parent c5927a5b5d
commit 6585810cc4
9 changed files with 843 additions and 19 deletions

View File

@@ -80,7 +80,7 @@ class Control {
this.enable = false;
}
retap() {}
retap(isOn) {}
receive() {
return this.subs.subscribe();