record atx actions

This commit is contained in:
Maxim Devaev
2021-09-20 07:15:56 +03:00
parent 701df3c76f
commit 8ab9c8f07b
5 changed files with 29 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ import {tools, $} from "../tools.js";
import {wm} from "../wm.js";
export function Atx() {
export function Atx(__recorder) {
var self = this;
/************************************************************************/
@@ -82,6 +82,7 @@ export function Atx() {
}
}
});
__recorder.recordAtxButtonEvent(button);
};
if ($("atx-ask-switch").checked) {