OrganonTweaks: enhance recurrence dialog -- Yes/No radios + [+7] factor button (JS); v1.3.0

This commit is contained in:
2026-07-07 09:40:51 -03:00
parent ff6abf1d49
commit 95561e5565
5 changed files with 32 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ class ConfigController extends BaseController
'organon_tweaks_always_comment_icon' => (int) $this->configModel->get('organon_tweaks_always_comment_icon', 1),
'organon_tweaks_keep_scroll' => (int) $this->configModel->get('organon_tweaks_keep_scroll', 1),
'organon_tweaks_quick_click_only' => (int) $this->configModel->get('organon_tweaks_quick_click_only', 1),
'organon_tweaks_enhance_recurrence' => (int) $this->configModel->get('organon_tweaks_enhance_recurrence', 1),
),
'errors' => array(),
)));