mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 11:57:02 -04:00
Experiments: Fix toolbar help menu dev icon patch
This commit is contained in:
parent
18f2b49b67
commit
7112caaedd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export default definePlugin({
|
|||
},
|
||||
// Change top right chat toolbar button from the help one to the dev one
|
||||
{
|
||||
find: ".CONTEXTLESS,isActivityPanelMode:",
|
||||
find: '"M9 3v18"',
|
||||
replacement: {
|
||||
match: /hasBugReporterAccess:(\i)/,
|
||||
replace: "_hasBugReporterAccess:$1=true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue