arkanes@54: local _, kbf = ... arkanes@54: arkanes@54: -- These are the static options which can't be displayed/used by in-game configs arkanes@54: kbf.staticConfig = {} arkanes@54: kbf.staticConfig.BAR_HEIGHT = 16 -- note that you do have to update this in the XML as well if you change it arkanes@54: kbf.staticConfig.BAR_WIDTH = 200 -- otherwise the hitbox for clicking off a buff won't be the same size as the displayed buff bar arkanes@54: arkanes@54: arkanes@54: -- default profile options arkanes@54: kbf.defaultConfig = { arkanes@54: profile = { arkanes@54: ["consolidateBuffs"] = true, arkanes@54: } arkanes@54: }