From f4b382060053595105345030c62a5dc2ec2b0797 Mon Sep 17 00:00:00 2001 From: spinline Date: Thu, 5 Feb 2026 00:22:04 +0300 Subject: [PATCH] fix(ui): prevent theme dropdown from being permanently interactive by removing block class --- frontend/src/components/layout/statusbar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/statusbar.rs b/frontend/src/components/layout/statusbar.rs index 58a813b..bb38bbe 100644 --- a/frontend/src/components/layout/statusbar.rs +++ b/frontend/src/components/layout/statusbar.rs @@ -263,7 +263,7 @@ pub fn StatusBar() -> impl IntoView {