Remove inInput -> replace with inMenu

This commit is contained in:
kookroach
2021-04-03 20:32:11 +02:00
parent ee305b78ec
commit 1e05bb108c
21 changed files with 108 additions and 110 deletions

View File

@@ -41,7 +41,7 @@ export default function taximeterInput(globalData: IGlobalData) {
browser.destroy();
browser = null;
}
globalData.InInput = false;
globalData.InMenu = false;
});
function myTimer() {