mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
improvement(updates): validate update path and fix native mac help (#6580)
* Desktop update check * Update script
This commit is contained in:
@@ -977,7 +977,7 @@ export interface SimDesktopUpdatesApi {
|
||||
onState(callback: (state: DesktopUpdateState) => void): () => void
|
||||
}
|
||||
|
||||
export type DesktopCommand = 'toggle-sidebar'
|
||||
export type DesktopCommand = 'toggle-sidebar' | 'open-search'
|
||||
|
||||
export interface DesktopWindowState {
|
||||
isFullScreen: boolean
|
||||
|
||||
Reference in New Issue
Block a user