BetterFolders: Fix patch; MessageLogger: Ignore Venbot; ReviewDB: Clean migration code

This commit is contained in:
Nuckyz 2024-04-30 17:34:45 -03:00
parent 840c775ed8
commit 97886e5728
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 4 additions and 10 deletions

View file

@ -209,7 +209,7 @@ export default definePlugin({
predicate: () => settings.store.closeAllHomeButton,
replacement: {
// Close all folders when clicking the home button
match: /(?<=onClick:\(\)=>{)(?=.{0,200}"discodo")/,
match: /(?<=onClick:\(\)=>{)(?=.{0,300}"discodo")/,
replace: "$self.closeFolders();"
}
}