From 0fbdb9472f603348100fa91b82e1d9db1cbf8fae Mon Sep 17 00:00:00 2001 From: meoacgx Date: Sat, 20 Dec 2025 16:08:29 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E7=A6=81=E7=94=A8=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=B7=9F=E9=9A=8F=E5=B9=B6=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=88=87=E6=8D=A2"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8b39488f47ccb7005b0107876cf3c64e174c1187. --- src/TelegramPanel.Web/Components/Layout/MainLayout.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TelegramPanel.Web/Components/Layout/MainLayout.razor b/src/TelegramPanel.Web/Components/Layout/MainLayout.razor index f7d4275..f312625 100644 --- a/src/TelegramPanel.Web/Components/Layout/MainLayout.razor +++ b/src/TelegramPanel.Web/Components/Layout/MainLayout.razor @@ -1,7 +1,7 @@ @inherits LayoutComponentBase @inject IJSRuntime JS - + @@ -79,7 +79,7 @@ } } - private async Task ToggleDarkMode(MouseEventArgs _) + private async Task ToggleDarkMode() { _isDarkMode = !_isDarkMode; try