[MM-63399] Add a changelog link for when the app auto updates (#3371)

* [MM-63399] Add a changelog link for when the app auto updates

* PR feedback

* PR feedback
This commit is contained in:
Devin Binnie
2025-03-12 12:54:37 -04:00
committed by GitHub
parent 9090f243b3
commit eeddb8f897
8 changed files with 38 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ import {
GET_UNIQUE_SERVERS_WITH_PERMISSIONS,
LOAD_INCOMPATIBLE_SERVER,
OPEN_SERVER_UPGRADE_LINK,
OPEN_CHANGELOG_LINK,
} from 'common/communication';
console.log('Preload initialized');
@@ -127,6 +128,7 @@ contextBridge.exposeInMainWorld('desktop', {
focusCurrentView: () => ipcRenderer.send(FOCUS_BROWSERVIEW),
openServerExternally: () => ipcRenderer.send(OPEN_SERVER_EXTERNALLY),
openServerUpgradeLink: () => ipcRenderer.send(OPEN_SERVER_UPGRADE_LINK),
openChangelogLink: () => ipcRenderer.send(OPEN_CHANGELOG_LINK),
closeDownloadsDropdown: () => ipcRenderer.send(CLOSE_DOWNLOADS_DROPDOWN),
closeDownloadsDropdownMenu: () => ipcRenderer.send(CLOSE_DOWNLOADS_DROPDOWN_MENU),
openDownloadsDropdown: () => ipcRenderer.send(OPEN_DOWNLOADS_DROPDOWN),