add comment for simplifyUI()

This commit is contained in:
Woody 2023-11-16 19:45:06 +01:00
parent f717ce52fa
commit 3e7cc8a0a0
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -3019,6 +3019,8 @@ function tooltip()
});
});
};
// Transforms the default UI into the simple UI
function simplifyUI() {
// Disable PC Mode as it does not exist in simple UI
if (pcMode) togglePcMode(true);