Skip to content

feat(native): add tray menu#3953

Open
thororen1234 wants to merge 12 commits intoVendicated:devfrom
thororen1234:feat/tray
Open

feat(native): add tray menu#3953
thororen1234 wants to merge 12 commits intoVendicated:devfrom
thororen1234:feat/tray

Conversation

@thororen1234
Copy link
Copy Markdown
Contributor

image

Check for updates and open settings dir are self explanatory
Repair just force updates and relaunches for either broken settings menu or other reasons

@sadan4
Copy link
Copy Markdown
Contributor

sadan4 commented Jan 30, 2026

Have you considered an about entry that just shows version, git hash, support server invite, etc....

i'm thinking something akin to vesktop
image

thororen1234 and others added 2 commits January 30, 2026 14:03
Co-Authored-By: prism <69634294+imjustprism@users.noreply.github.com>
Co-Authored-By: prism <69634294+imjustprism@users.noreply.github.com>
@thororen1234
Copy link
Copy Markdown
Contributor Author

Have you considered an about entry that just shows version, git hash, support server invite, etc....

image

onCheckUpdates: (cb: () => void) => { ipcRenderer.on(IpcEvents.TRAY_CHECK_UPDATES, cb); },
onRepair: (cb: () => void) => { ipcRenderer.on(IpcEvents.TRAY_REPAIR, cb); },
onAbout: (cb: () => void) => { ipcRenderer.on(IpcEvents.TRAY_ABOUT, cb); },
},
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this IPC? It'd be simpler if all logic for this lived in the main process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants