From be51fecba6d46746afd8456c8e9d216ce5d5908a Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Tue, 4 Aug 2026 02:40:53 +0100 Subject: [PATCH] Update class logic in DashboardNavigation for electron navigation wrapper - Adjusted the class name logic in the `DashboardNavigation` component to conditionally apply the 'electrobun-webkit-app-region-drag' or 'electrobun-webkit-app-region-no-drag' class based on the fullscreen state, enhancing the user interface for electron applications. --- src/components/Dashboard/common/DashboardNavigation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/common/DashboardNavigation.jsx b/src/components/Dashboard/common/DashboardNavigation.jsx index aee3b26..2d231cb 100644 --- a/src/components/Dashboard/common/DashboardNavigation.jsx +++ b/src/components/Dashboard/common/DashboardNavigation.jsx @@ -369,7 +369,7 @@ const DashboardNavigation = () => { <> {isElectron ? ( {navigationContents}