mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Update version to 0.8.1
- Use checkbox for Enable Discord Rich Presence option - Cleanup code - Replace new-window event with setWindowOpenHandler - Update dependencies - Update useragent
This commit is contained in:
2
main.js
2
main.js
@@ -283,7 +283,7 @@ const menulayout = [
|
||||
dialog.showMessageBoxSync({
|
||||
type: "info",
|
||||
title: "Discord Rich Presence",
|
||||
message: "Discord Rich Presence is now enabled.",
|
||||
message: "Discord Rich Presence is now enabled.\nPlease restart the app to enable RPC.",
|
||||
buttons: ["OK"],
|
||||
});
|
||||
discordrpcupdate(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ms-365-electron",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "Unofficial Microsoft 365 Web Desktop Wrapper made with Electron",
|
||||
"main": "main.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user