From 9baa3d9cc1a6a7401df35398a821f38517856b1e Mon Sep 17 00:00:00 2001 From: GorouFlex <98001973+gorouflex@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:03:28 +0700 Subject: [PATCH] Update RielUXTU.py --- RielUXTU/RielUXTU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RielUXTU/RielUXTU.py b/RielUXTU/RielUXTU.py index 54d451c..654bf66 100644 --- a/RielUXTU/RielUXTU.py +++ b/RielUXTU/RielUXTU.py @@ -63,7 +63,7 @@ def create_config() -> None: print(f"{i}. {mode}") print() - print("I recommend to use Auto preset for normal task, and Extreme preset for unlocking full potenial performance") + print("I recommend to use Auto preset for normal task and better power management, and Extreme preset for unlocking full potenial performance") choice = input("Choose your preset power plan by pressing number: ") password = getpass.getpass("Enter your login password: ") skip_welcome = input("Do you want to skip the welcome menu? (y/n): ").lower()