mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-04 07:05:38 +08:00
f65952cf1c
Each desktop isolate now independently tracks wakelock state. WakelockPlus.disable() is only called when all tabs within the same isolate are closed/minimized. WakelockPlus ensures screen stays awake as long as any isolate has wakelock enabled. Signed-off-by: 21pages <sunboeasy@gmail.com>