mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 15:54:19 +00:00
Must be beautiful!
This commit is contained in:
parent
3e982b3303
commit
810f21415e
@ -514,8 +514,13 @@ display_dirs() {
|
|||||||
dirs_list+="\n\nLutris Runners:\n$runners_dir"
|
dirs_list+="\n\nLutris Runners:\n$runners_dir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Formatting
|
||||||
message info "These directories are currently being used by this Helper and Star Citizen\n${dirs_list[@]}"
|
message_heading="These directories are currently being used by this Helper and Star Citizen"
|
||||||
|
if [ "$use_zenity" -eq 1 ]; then
|
||||||
|
message_heading="<b>$message_heading</b>"
|
||||||
|
fi
|
||||||
|
|
||||||
|
message info "$message_heading\n${dirs_list[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Save exported keybinds, wipe the USER directory, and restore keybinds
|
# Save exported keybinds, wipe the USER directory, and restore keybinds
|
||||||
@ -1160,7 +1165,13 @@ preflight_check() {
|
|||||||
|
|
||||||
# Display the results of the preflight check
|
# Display the results of the preflight check
|
||||||
if [ -z "$preflight_fail_string" ]; then
|
if [ -z "$preflight_fail_string" ]; then
|
||||||
message info "Preflight Check Complete\n\nYour system is optimized for Star Citizen!\n\n$preflight_pass_string"
|
# Formatting
|
||||||
|
message_heading="Preflight Check Complete"
|
||||||
|
if [ "$use_zenity" -eq 1 ]; then
|
||||||
|
message_heading="<b>$message_heading</b>"
|
||||||
|
fi
|
||||||
|
|
||||||
|
message info "$message_heading\n\nYour system is optimized for Star Citizen!\n\n$preflight_pass_string"
|
||||||
else
|
else
|
||||||
if [ -z "$preflight_action_funcs" ]; then
|
if [ -z "$preflight_action_funcs" ]; then
|
||||||
message warning "$preflight_pass_string$preflight_fail_string"
|
message warning "$preflight_pass_string$preflight_fail_string"
|
||||||
|
Loading…
Reference in New Issue
Block a user