fix: removeMenu on about window (#5712)

This commit is contained in:
Siddharth Gelera (reaper)
2025-10-06 15:30:14 +05:30
committed by GitHub
parent 3fa9fea6a4
commit 3c72975314

View File

@@ -86,6 +86,7 @@ const template = [
nodeIntegration: true,
},
});
aboutWindow.removeMenu();
aboutWindow.loadURL(`data:text/html;charset=utf-8,${encodeURIComponent(aboutBruno({version}))}`);
}
},