From 9d3a623fe67f6d1b04c997857e3cff17c3b3613b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Steinhagen?= <88777268+bjoernsteinhagen@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:34:32 +0200 Subject: [PATCH] feat(dui): add disable cache toggle to main menu (#99) * feat(dui): adds disable cache setting * fix(dui): excludes non-sharp dui connectors manually with slug check * chore(dui): adds todo * feat(dui): adds version check to isDisableCacheSupported --- components/header/UserMenu.vue | 49 +++++++++++++++++++++- lib/bindings/definitions/IConfigBinding.ts | 3 +- store/config.ts | 15 ++++++- 3 files changed, 62 insertions(+), 5 deletions(-) diff --git a/components/header/UserMenu.vue b/components/header/UserMenu.vue index 3ef5369..8089618 100644 --- a/components/header/UserMenu.vue +++ b/components/header/UserMenu.vue @@ -36,6 +36,23 @@ {{ isDarkTheme ? 'Light theme' : 'Dark theme' }} + + +
+ Disable Cache + +
+
+