From d131aad707a9b34e49ed201f2aff1e53cd862ef9 Mon Sep 17 00:00:00 2001 From: garret Date: Mon, 11 Jul 2022 23:39:50 +0100 Subject: [PATCH] order layers: add script_namespace note to self: dont forget this or depctrl will see it as itself --- macros/garret.order-layers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros/garret.order-layers.lua b/macros/garret.order-layers.lua index 62fec03..1454e73 100644 --- a/macros/garret.order-layers.lua +++ b/macros/garret.order-layers.lua @@ -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