Scrot: Unset scrot_dir if the user has set it
This commit is contained in:
parent
d34f01f21b
commit
4659863737
3
neofetch
3
neofetch
|
@ -3651,6 +3651,9 @@ old_options() {
|
|||
|
||||
# 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"; }
|
||||
|
||||
# Scrot dir was removed in 3.1.0.
|
||||
[[ -n "$scrot_dir" ]] && scrot_dir=
|
||||
}
|
||||
|
||||
cache_uname() {
|
||||
|
|
Reference in New Issue