mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
commit
fdd32950ef
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ exports = {
|
||||||
internal.print(`Reloading!`);
|
internal.print(`Reloading!`);
|
||||||
electron.getCurrentWindow().loadURL(window.location.href);
|
electron.getCurrentWindow().loadURL(window.location.href);
|
||||||
}
|
}
|
||||||
},`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`,);
|
},`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -314,4 +314,4 @@ exports = {
|
||||||
this.updateCheck();
|
this.updateCheck();
|
||||||
setTimeout(this.init,200);
|
setTimeout(this.init,200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue