Trilium Electron API
    Preparing search index...

    Interface ElectronSystemIntegrationApi

    OS integration controls — system tray and autostart / launch-on-login.

    interface ElectronSystemIntegrationApi {
        reapplyLaunchOnStartup(): void;
        reloadTray(): void;
    }
    Index

    Methods

    • Re-applies the OS autostart entry after the launchOnStartup / hideOnAutoStart options change.

      Returns void

    • Rebuilds the tray icon and menu — call after changing tray-related settings.

      Returns void