Inhibit sleep instead of idle, #3526

This commit is contained in:
Łukasz Domeradzki
2026-01-27 11:55:31 +01:00
parent 5c187d9f4b
commit fda6b6929d

View File

@@ -314,7 +314,7 @@ internal static class OS {
);
// Colon-separated list of lock types
writer.WriteString("idle");
writer.WriteString("sleep");
// Human-readable, descriptive string of who is taking the lock
writer.WriteString(SharedInfo.PublicIdentifier);