Remove "This is a script" note on some Lua dialogs.
This commit is contained in:
parent
dfb1c52192
commit
949927cc39
@ -15,9 +15,6 @@ function factory() return function()
|
||||
{ type = "checkbox", key = "plug", default = true, title = "Plug-ins" },
|
||||
{ type = "checkbox", key = "sends", default = true, title = "Sends and inserts" },
|
||||
{ type = "checkbox", key = "dest", default = false, title = "Remove plug-ins instead of bypassing?" },
|
||||
{ type = "label", colspan="3", title = "" },
|
||||
{ type = "label", colspan="3", title = "Note that this is a script which can be user-edited to match your needs." },
|
||||
{ type = "label", colspan="3", title = "" },
|
||||
}
|
||||
|
||||
local pref = LuaDialog.Dialog("Reset Mixer", dlg):run()
|
||||
|
@ -63,12 +63,6 @@ function factory () return function ()
|
||||
}) --color
|
||||
end
|
||||
|
||||
table.insert(dialog_options, {
|
||||
{ type = "label", colspan="3", title = "" },
|
||||
{ type = "label", colspan="3", title = "Note that this is a script which can be user-edited to match your needs." },
|
||||
{ type = "label", colspan="3", title = "" },
|
||||
})
|
||||
|
||||
--run dialog_options
|
||||
local rv = LuaDialog.Dialog("Track Organizer", dialog_options):run()
|
||||
if not(rv) then goto script_end end
|
||||
|
Loading…
Reference in New Issue
Block a user