We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb97aae commit 8df8645Copy full SHA for 8df8645
src/content/docs/plugin/single-instance.mdx
@@ -70,7 +70,7 @@ Install the Single Instance plugin to get started.
70
71
</Tabs>
72
73
-:::info
+:::note
74
75
The Single Instance plugin must be the first one to be registered to work well. This assures that it runs before other plugins can interfere.
76
@@ -197,3 +197,7 @@ finish-args:
197
```
198
199
This will allow your app to send and receive requests from/to the DBus service as expected by the Single Instance plugin.
200
+
201
+## Permissions
202
203
+Because this Plugin currently does not have JavaScript APIs you do not have to configure [capabilities](/security/capabilities/) to use it.
0 commit comments