You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
if (!isFirstInstance && !allowMultipleInstances) {
app.quit();
} else {
app.whenReady().then(() => {
if (!global.__ABORT__) return;
dialog.showMessageBox({
type: 'warning',
title: 'Unisolator',
message: 'Context is isolated, failed to patch.',
detail: 'There can be two causes of this.\nEither nullbyte doesn\'t support your platform or nullbyte failed patching memory.\nYour discord will launch in an isolated state.',