Scrot: Unset scrot_dir if the user has set it
This commit is contained in:
parent
d34f01f21b
commit
4659863737
1 changed files with 3 additions and 0 deletions
3
neofetch
3
neofetch
|
@ -3651,6 +3651,9 @@ old_options() {
|
||||||
|
|
||||||
# Birthday was renamed to Install Date in 3.0
|
# Birthday was renamed to Install Date in 3.0
|
||||||
[[ -n "$birthday_time" ]] && { err "Config: \$birthday_time is deprecated, use \3install_time instead."; install_time="$birthday_time"; }
|
[[ -n "$birthday_time" ]] && { err "Config: \$birthday_time is deprecated, use \3install_time instead."; install_time="$birthday_time"; }
|
||||||
|
|
||||||
|
# Scrot dir was removed in 3.1.0.
|
||||||
|
[[ -n "$scrot_dir" ]] && scrot_dir=
|
||||||
}
|
}
|
||||||
|
|
||||||
cache_uname() {
|
cache_uname() {
|
||||||
|
|
Loading…
Reference in a new issue