Add on screen control for some hot keys. To toggle it, click/tap currently opened tab.
This commit is contained in:
@@ -80,7 +80,7 @@ class Control {
|
||||
this.enable = false;
|
||||
}
|
||||
|
||||
retap() {}
|
||||
retap(isOn) {}
|
||||
|
||||
receive() {
|
||||
return this.subs.subscribe();
|
||||
|
||||
@@ -399,7 +399,7 @@ class Control {
|
||||
this.enable = false;
|
||||
}
|
||||
|
||||
retap() {}
|
||||
retap(isOn) {}
|
||||
|
||||
receive() {
|
||||
return this.subs.subscribe();
|
||||
|
||||
Reference in New Issue
Block a user