From 9d49eae291e8dec2fcf364c099d54837ee37c027 Mon Sep 17 00:00:00 2001 From: marijnvg-tng Date: Tue, 17 Dec 2024 10:15:26 +0100 Subject: [PATCH 1/4] Add Debug Button A button under the Basics settings tab that opens the developer tools in a separate window Signed-off-by: marijnvg-tng --- WebUI/src/components/SettingsBasic.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WebUI/src/components/SettingsBasic.vue b/WebUI/src/components/SettingsBasic.vue index 1373f48f..55a687d3 100644 --- a/WebUI/src/components/SettingsBasic.vue +++ b/WebUI/src/components/SettingsBasic.vue @@ -82,6 +82,9 @@ +
+ +
\ No newline at end of file