42 |
43 |
--------------------------------------------------------------------------------
/module/webroot/scripts.js:
--------------------------------------------------------------------------------
1 | let shellRunning = false;
2 | let initialPinchDistance = null;
3 | let currentFontSize = 14;
4 | const MIN_FONT_SIZE = 8;
5 | const MAX_FONT_SIZE = 24;
6 |
7 | /**
8 | * Executes a shell command with KernelSU privileges
9 | * @param {string} command - The shell command to execute
10 | * @returns {Promise