This commit is contained in:
thek4n 2025-05-20 17:44:13 +03:00
parent 20055deed0
commit 9081fef1ff

View File

@ -39,7 +39,7 @@ _notify_error() {
_maim() {
local maim_args=(--quality 10)
if ${NOOPENGL}; then
maim_args=(${maim_args} --noopengl)
maim_args+=--noopengl
fi
maim ${maim_args} "${@}"