Fixed issues

This commit is contained in:
vinceliuice
2023-07-10 19:48:47 +08:00
parent ab3282919a
commit cd2bc27f9f
3 changed files with 11 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ if [[ "${uninstall}" == 'true' ]]; then
if [[ "${libadwaita}" == 'true' ]]; then
if [[ "$UID" != '0' ]]; then
remove_libadwaita
prompt -s "Removed gtk-4.0 theme files in '${HOME}/.config/gtk-4.0/' !"; echo
prompt -s "Removed gtk-4.0 theme files in '${HOME}/.config/gtk-4.0/' !";
else
prompt -e "Do not run '--libadwaita' option with sudo!"; echo
fi