From 83104e3625c2243c0b48b307462ba4dbdede9e7b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 8 Jun 2025 21:34:31 +0200 Subject: [PATCH] fix discord titlebar buttons missing --- src/renderer/patches/windowsTitleBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/patches/windowsTitleBar.tsx b/src/renderer/patches/windowsTitleBar.tsx index 1b9e180..6156a73 100644 --- a/src/renderer/patches/windowsTitleBar.tsx +++ b/src/renderer/patches/windowsTitleBar.tsx @@ -24,7 +24,7 @@ if (Settings.store.customTitleBar) }, // Visual Refresh { - find: '"data-windows":', + find: ".systemBar,", replacement: [ { // TODO: Fix eslint rule