mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 04:17:01 -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
|
// Change top right chat toolbar button from the help one to the dev one
|
||||||
{
|
{
|
||||||
find: ".CONTEXTLESS,isActivityPanelMode:",
|
find: '"M9 3v18"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /hasBugReporterAccess:(\i)/,
|
match: /hasBugReporterAccess:(\i)/,
|
||||||
replace: "_hasBugReporterAccess:$1=true"
|
replace: "_hasBugReporterAccess:$1=true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue