removeplugins

This commit is contained in:
poslop
2022-08-02 18:34:54 -05:00
parent 3cfb01919f
commit 91eb110b54
29 changed files with 0 additions and 35727 deletions

View File

@@ -1,9 +0,0 @@
/**
* @name No_Double_Back
*/
const {ipcRenderer} = require('electron')
module.exports = class noDoubleBack {
load() { this.DISCORD_NAVIGATE_BACK = ipcRenderer._events.DISCORD_NAVIGATE_BACK}
start() { ipcRenderer.removeListener('DISCORD_NAVIGATE_BACK', ipcRenderer._events.DISCORD_NAVIGATE_BACK) }
stop() { ipcRenderer.addListener('DISCORD_NAVIGATE_BACK', this.DISCORD_NAVIGATE_BACK) }
}