The update toast (P5-40) is easy to dismiss and forget. When the updater has a downloaded, ready update: tray tooltip → "Lotus Chat — update ready", tray menu gains Restart to update (calls the existing install_update), and the tray icon gets a small dot. Cleared after restart. Driven by the same state useTauriUpdater already holds (module-level atom) via a new set_tray_update_ready command.
The update toast (P5-40) is easy to dismiss and forget. When the updater has a downloaded, ready update: tray tooltip → "Lotus Chat — update ready", tray menu gains **Restart to update** (calls the existing `install_update`), and the tray icon gets a small dot. Cleared after restart. Driven by the same state `useTauriUpdater` already holds (module-level atom) via a new `set_tray_update_ready` command.
jared
added this to the Desktop 2026-Q4 milestone 2026-09-17 16:26:18 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The update toast (P5-40) is easy to dismiss and forget. When the updater has a downloaded, ready update: tray tooltip → "Lotus Chat — update ready", tray menu gains Restart to update (calls the existing
install_update), and the tray icon gets a small dot. Cleared after restart. Driven by the same stateuseTauriUpdateralready holds (module-level atom) via a newset_tray_update_readycommand.