Skip to content

Commit 83104e3

Browse files
committed
fix discord titlebar buttons missing
1 parent fcb61c8 commit 83104e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/patches/windowsTitleBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (Settings.store.customTitleBar)
2424
},
2525
// Visual Refresh
2626
{
27-
find: '"data-windows":',
27+
find: ".systemBar,",
2828
replacement: [
2929
{
3030
// TODO: Fix eslint rule

0 commit comments

Comments
 (0)