From 70214a0c82234fef1d17383bd872abbc2f9352b8 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Thu, 12 Oct 2023 23:11:14 +0200 Subject: [PATCH] #187 - Fix page set preset variables and feedback styling --- presets.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/presets.js b/presets.js index a52e083..7298ea0 100644 --- a/presets.js +++ b/presets.js @@ -63,7 +63,7 @@ module.exports = function () { { actionId: 'page_set_action', options: { - 'number': i + 1 + 'page': i + 1 } } ] @@ -73,7 +73,11 @@ module.exports = function () { { feedbackId: 'page_active', options: { - 'number': i + 1 + 'index': i + 1 + }, + style: { + bgcolor: combineRgb(255, 0, 0), + color: combineRgb(255, 255, 255), } } ] -- GitLab