mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-30 09:14:32 +00:00
Inhibit sleep instead of idle, #3526
This commit is contained in:
@@ -314,7 +314,7 @@ internal static class OS {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Colon-separated list of lock types
|
// Colon-separated list of lock types
|
||||||
writer.WriteString("idle");
|
writer.WriteString("sleep");
|
||||||
|
|
||||||
// Human-readable, descriptive string of who is taking the lock
|
// Human-readable, descriptive string of who is taking the lock
|
||||||
writer.WriteString(SharedInfo.PublicIdentifier);
|
writer.WriteString(SharedInfo.PublicIdentifier);
|
||||||
|
|||||||
Reference in New Issue
Block a user