Skip to content

Commit

Permalink
Update RielUXTU.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Feb 3, 2024
1 parent f7f52e4 commit 9baa3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RielUXTU/RielUXTU.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9baa3d9

Please sign in to comment.