From 3f0d7aa1a89bfe7f6079f9ec8eae24ccbd3b2c5f Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 5 Jun 2026 22:53:30 +0200 Subject: [PATCH] Fixed buttons in settings --- frontend/settings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/settings.html b/frontend/settings.html index 1cd25d3..46085c9 100644 --- a/frontend/settings.html +++ b/frontend/settings.html @@ -99,7 +99,7 @@ title="Expand all groups" aria-label="Expand all groups"> - Expand + Expand @@ -108,7 +108,7 @@ title="Collapse all groups" aria-label="Collapse all groups"> - Collapse + Collapse @@ -120,7 +120,7 @@ aria-label="Restart system" data-action="restartApp"> - Restart + Restart -- 2.47.3