brain_deer.app.startup

Deferred startup command execution for CLI / external host launches.

Classes

StartupRunner

Run a sequence of registry commands after the GUI is initialized.

Module Contents

class brain_deer.app.startup.StartupRunner(main_window: Any, config: brain_deer.app.cli.LaunchConfig)

Run a sequence of registry commands after the GUI is initialized.

schedule(*, base_delay_ms: int = 250) → None

Queue the startup plan on the Qt event loop.