From 0ad69ed5eb71d43612e816a9c372b3549e390779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 12 Nov 2025 11:43:15 +0100 Subject: [PATCH] Add evdash settings and enable / disable API methods --- dashboard/index.html | 2 +- plugin/evdashengine.cpp | 62 ++++++++++++++++++++++++++++++------ plugin/evdashengine.h | 19 ++++++++++- plugin/evdashjsonhandler.cpp | 47 +++++++++++++++++++++++++++ plugin/evdashjsonhandler.h | 3 +- plugin/evdashsettings.cpp | 39 +++++++++++++++++++++++ plugin/evdashsettings.h | 44 +++++++++++++++++++++++++ plugin/plugin.pro | 2 ++ 8 files changed, 205 insertions(+), 13 deletions(-) create mode 100644 plugin/evdashsettings.cpp create mode 100644 plugin/evdashsettings.h diff --git a/dashboard/index.html b/dashboard/index.html index f4dace0..b835096 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -457,7 +457,7 @@