File tree Expand file tree Collapse file tree 3 files changed +10
-82
lines changed
Expand file tree Collapse file tree 3 files changed +10
-82
lines changed Original file line number Diff line number Diff line change 55 - type : dropdown
66 id : scripts
77 attributes :
8- label : Script(s)
9- multiple : true
8+ label : Script
9+ multiple : false
1010 options :
1111 - " `clipshot.lua`"
1212 - " `discord.lua`"
@@ -46,13 +46,18 @@ body:
4646 - label : Windows
4747 - label : Linux
4848 - label : macOS
49- - type : input
49+ - type : textarea
5050 id : mpv-version
5151 attributes :
5252 label : MPV version
53+ description : " `mpv --version`"
54+ render : text
5355 validations : {required: false}
5456 - type : input
5557 id : lua-version
5658 attributes :
5759 label : Lua version
60+ description : |-
61+ Linux/macOS: `ldd "$(which mpv)" | grep lua`
62+ Windows: Figure it out ¯\\_(ツ)\_/¯
5863 validations : {required: false}
Original file line number Diff line number Diff line change 55 - type : dropdown
66 id : scripts
77 attributes :
8- label : Script(s)
9- multiple : true
8+ label : Script
9+ multiple : false
1010 options :
1111 - " `clipshot.lua`"
1212 - " `discord.lua`"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments