Skip to content

Commit eaa53af

Browse files
committed
Add gradient background on option manual run
1 parent 1834d3e commit eaa53af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

awesomeshot

+4
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,10 @@ function manualRun() {
457457
convertSecondBorder
458458
fi
459459

460+
if [ "${convert_second_border_gradient}" == "yes" ]; then
461+
convertSecondBorderGradient
462+
fi
463+
460464
if [ "${convert_footer}" == "yes" ]; then
461465
convertFooter
462466
fi

0 commit comments

Comments
 (0)