Experiments: Fix toolbar help menu dev icon patch

This commit is contained in:
Nuckyz 2025-06-11 19:07:45 -03:00
parent 18f2b49b67
commit 7112caaedd
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -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"