mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-07 18:28:39 +02:00
Revert "update banners to absolute paths"
This reverts commit c8b8f9309e.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
Automatically launch your application at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux.
|
||||
|
||||
@@ -62,7 +62,7 @@ fn main() {
|
||||
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
|
||||
|
||||
```javascript
|
||||
import { enable, isEnabled, disable } from '@tauri-apps/plugin-autostart';
|
||||
import { enable, isEnabled, disable } from "@tauri-apps/plugin-autostart";
|
||||
|
||||
await enable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user