From cb1a2ba8da3d7ebcc2a3263401d947cea74879ff Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 6 May 2016 16:09:39 +0200 Subject: [PATCH] Some documentation. --- data/optiontable.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/optiontable.lua b/data/optiontable.lua index efc9315..2edce51 100644 --- a/data/optiontable.lua +++ b/data/optiontable.lua @@ -423,7 +423,7 @@ function Vect:getGlobalOptions() type = "header", name = "Global CD Type sorting", order = 13 }, cdtypesortordertoggle = { - type = "toggle", name = "Enabled", desc = "Enable/Disable CD Type Sort Order", order = 15, + type = "toggle", name = "Enabled", desc = "Enable/Disable CD Type Sort Order, It works like this: you set silence to 1, then cc to 2 and anticc to 2, then silences will go first, then cc and anticc as secound, they are organized within groups based on how you set them in the CDs settings tab.", order = 15, get = function() return Vect:getCDTypeSortingEnable() end, set = function(_, v) Vect:setCDTypeSortingEnable(v);