Skip to content

Commit

Permalink
Add gradient background on option manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
nihsx committed Jun 4, 2022
1 parent 1834d3e commit eaa53af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions awesomeshot
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ function manualRun() {
convertSecondBorder
fi

if [ "${convert_second_border_gradient}" == "yes" ]; then
convertSecondBorderGradient
fi

if [ "${convert_footer}" == "yes" ]; then
convertFooter
fi
Expand Down

0 comments on commit eaa53af

Please sign in to comment.