mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-07-04 13:36:14 -07:00
e747db16d4
This keeps the same behavior, but makes the function easier to read. - moved to async/await with early returns - kept only one small Promise wrapper around the _hideModule callback - removed a duplicate speed check - cleaned up JSDoc so timing/return details are clearer No runtime change intended; hide/show sequencing stays the same.