Skip to content

Commit

Permalink
code needs to be readable
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Nov 8, 2024
1 parent eab47e9 commit 2960e0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tui/src/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ pub fn create_app_state(
);

let warning = FloatingText::new(
"WARNING: You are running this utility as root!\n\nThis means you have full system access and commands can potentially damage your system if used incorrectly.\n\nPlease proceed with caution and make sure you understand what each command does before executing it.".into(),
"\
WARNING: You are running this utility as root!\n\n\
This means you have full system access and commands can potentially damage your system if used incorrectly.\n\n\
Please proceed with caution and make sure you understand what each command does before executing it.\
".into(),
"Root User Warning",
true,
);
Expand Down

0 comments on commit 2960e0b

Please sign in to comment.