From 67fb825937df81b5504ed53ccea52aae6c0085fc Mon Sep 17 00:00:00 2001 From: Airyzz <36567925+Airyzz@users.noreply.github.com> Date: Sat, 8 Nov 2025 03:05:55 +1030 Subject: [PATCH] Make major box shadows toggleable with Advanced rendering setting (#4712) * Update App.vue * Update App.vue * tone down light mode shadows, disable with advanced rendering disabled --------- Co-authored-by: Calum H. Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> --- apps/app-frontend/src/App.vue | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue index e281beb6..79243c3c 100644 --- a/apps/app-frontend/src/App.vue +++ b/apps/app-frontend/src/App.vue @@ -686,7 +686,11 @@ provideAppUpdateDownloadProgress(appUpdateDownload)