Restore replay_off function.
This commit is contained in:
parent
b09c3d9369
commit
e739149d0c
@ -1673,6 +1673,10 @@ const INTERFACE = {
|
|||||||
}
|
}
|
||||||
this.replay_update_auto();
|
this.replay_update_auto();
|
||||||
},
|
},
|
||||||
|
replay_off() {
|
||||||
|
INTERFACE_DATA.Replay.auto = false;
|
||||||
|
this.replay_update_auto();
|
||||||
|
},
|
||||||
replay_update_auto() {
|
replay_update_auto() {
|
||||||
let b_auto = document.getElementById("button-auto");
|
let b_auto = document.getElementById("button-auto");
|
||||||
if(b_auto !== null) {
|
if(b_auto !== null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user