Fix windows titlebar on canary
This commit is contained in:
parent
4dceadbbd2
commit
a5ec031a2f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if (Settings.store.discordWindowsTitleBar)
|
||||||
replace: 'case "WEB":'
|
replace: 'case "WEB":'
|
||||||
},
|
},
|
||||||
...["close", "minimize", "maximize"].map(op => ({
|
...["close", "minimize", "maximize"].map(op => ({
|
||||||
match: new RegExp(String.raw`\i\.default\.${op}\b`),
|
match: new RegExp(String.raw`\i\.\i\.${op}\b`),
|
||||||
replace: `VesktopNative.win.${op}`
|
replace: `VesktopNative.win.${op}`
|
||||||
}))
|
}))
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue