diff --git a/main.js b/main.js index 65ac2e0..e61543b 100644 --- a/main.js +++ b/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( diff --git a/package.json b/package.json index 269f69d..db24424 100644 --- a/package.json +++ b/package.json @@ -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": {