Skip to content

Commit 748ba74

Browse files
committed
Update script description
1 parent 53e0728 commit 748ba74

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

SlideshowSettings.lua

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ local KC_RESTART = 55 --7
3636
local KC_REFRESH = 56 --8
3737

3838
function script_description()
39-
return "Browser Image Slideshow\n\n" ..
40-
"https://obsproject.com/forum/resources/browser-image-slideshow.852/\n\n" ..
41-
"Press the refresh button after changing settings, or adding/removing images. This will update the slideshow and refresh the browser source."
39+
return [[
40+
<center><h3>Browser Image Slideshow</h3></center>
41+
<br><a href="https://github.com/dustymethod/BrowserImageSlideshow">Github</a>
42+
<br><a href="https://obsproject.com/forum/resources/browser-image-slideshow.852/">OBS Forum</a>
43+
<br>
44+
<br>Press the refresh button after changing settings, or adding/removing images. This will update the slideshow and refresh the browser source.
45+
]]
4246
end
4347

4448
function script_properties()
@@ -50,7 +54,7 @@ function script_properties()
5054
end
5155

5256
obs.obs_properties_add_int(props, "slideDuration", "Slide duration (ms):", minSlideDuration, maxSlideDuration, 500)
53-
obs.obs_properties_add_bool(props, "startWithAutoplay", "Autoplay: automatically play slides\n (turn off for manual control)")
57+
obs.obs_properties_add_bool(props, "startWithAutoplay", "Autoplay")
5458
obs.obs_properties_add_bool(props, "stopOnLastImage", "Stop slideshow on last image")
5559
obs.obs_properties_add_text(props, "browserSourceName", "Browser source name:\n(for use with hotkeys)", obs.OBS_TEXT_DEFAULT)
5660
obs.obs_properties_add_button(props, "refreshButton", "Refresh", refresh_source)

0 commit comments

Comments
 (0)