order layers: add script_namespace

note to self: dont forget this or depctrl will see it as itself
This commit is contained in:
garret 2022-07-11 23:39:50 +01:00
parent 59db2ff04d
commit d131aad707
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
script_name = "Order layers"
script_description = "puts each selected line on its own layer so they don't clash"
script_author = "garret"
script_version = "1.0.0"
script_version = "1.0.1"
script_namespace = "garret.order-layers"
local haveDepCtrl, DependencyControl, depctrl = pcall(require, "l0.DependencyControl")
if haveDepCtrl then