Skip to content

Commit

Permalink
Improve AddBackground script description
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid committed Nov 26, 2019
1 parent 83d6e18 commit 1706157
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MasafAutomation.lua
Expand Up @@ -734,7 +734,11 @@ function getBackgroundLine(subs, styles)
Please do flowing steps:
1- Change background size and position if needed.
2- Use appropriate style for background.
3- Run command again.]]
3- Run command again.
Note:
The script will add background to all lines except lines containing {\nobg} command
or lines with style name ended with _NoBg word (e.g OnScreenText_NoBg)]]
)
return nil, true
end
Expand Down

0 comments on commit 1706157

Please sign in to comment.