pytauri_plugins.autostart
¶
Modules:
Name | Description |
---|---|
ffi |
Original FFI interface module. |
Classes:
Name | Description |
---|---|
MacosLauncher |
Functions:
Name | Description |
---|---|
init |
MacosLauncher
¶
Bases: Enum
tauri_plugin_autostart::MacosLauncher
Attributes:
Name | Type | Description |
---|---|---|
LaunchAgent |
|
|
AppleScript |
|
init
¶
init(macos_launcher: MacosLauncher = LaunchAgent, args: Optional[Sequence[str]] = None) -> Plugin