fix discord titlebar buttons missing

This commit is contained in:
Vendicated
2025-06-08 21:34:31 +02:00
parent fcb61c8f42
commit 83104e3625

View File

@@ -24,7 +24,7 @@ if (Settings.store.customTitleBar)
}, },
// Visual Refresh // Visual Refresh
{ {
find: '"data-windows":', find: ".systemBar,",
replacement: [ replacement: [
{ {
// TODO: Fix eslint rule // TODO: Fix eslint rule