From 56313c32848ed8c8c168b4d67ce09afb95fadc1b Mon Sep 17 00:00:00 2001 From: Janus Date: Tue, 27 Aug 2024 20:15:38 +0200 Subject: [PATCH] Update incorrect docs --- Docs/docs/Awake.md | 11 +---------- System/System.csproj | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Docs/docs/Awake.md b/Docs/docs/Awake.md index bd58b47..e048379 100644 --- a/Docs/docs/Awake.md +++ b/Docs/docs/Awake.md @@ -62,18 +62,9 @@ Awake.CompleteExit(0, false, "AppName"); Updated version of Power Awake ```C# -using FrApps42.System.Computer.Awake.v1; +using FrApps42.System.Computer.Awake.v2; ... -private static void LogUnexpectedOrCancelledKeepAwakeThreadCompletion(){ - Console.WriteLine("The keep-awake thread was terminated early."); -} - -private static void LogCompletedKeepAwakeThread(bool result) -{ - Console.WriteLine($"Exited keep-awake thread successfully: {result}"); -} - // Keep Screen on Awake..SetIndefiniteKeepAwake(true); // Keep Screen off diff --git a/System/System.csproj b/System/System.csproj index b898a2e..e72099a 100644 --- a/System/System.csproj +++ b/System/System.csproj @@ -22,7 +22,7 @@ logo.png 1.1.0 1.1.0 - Implement Awake from Microsoft Powertoys + Fix Awake v1 & v2 1.1.0