From 351fce6dd9ccdd7ae2d64987153103edb91709c6 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sat, 4 Apr 2026 00:56:37 +0200 Subject: [PATCH] Add 'watch' entry to attrbar.php category configuration --- attrbar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/attrbar.php b/attrbar.php index 112cfc9..ec5bec2 100644 --- a/attrbar.php +++ b/attrbar.php @@ -41,6 +41,7 @@ $categoriesConfig = [ 'macbook' => 22, 'airpods' => 23, 'accessories' => 24, + 'watch' => 25, ]; // Überprüfen, ob die gewählte Kategorie im Konfigurations-Array vorhanden ist.