-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathdev.deedles.Trayscale.gschema.xml
More file actions
50 lines (48 loc) · 1.68 KB
/
Copy pathdev.deedles.Trayscale.gschema.xml
File metadata and controls
50 lines (48 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema path="/dev/deedles/Trayscale/" id="dev.deedles.Trayscale">
<key name="tray-icon" type="b">
<default>true</default>
<summary>Display an icon in the system tray</summary>
<description>
If enabled, an icon will be placed into the system tray to, for
example, display the current Tailscale connection status.
</description>
</key>
<key name="show-offline-peers" type="b">
<default>true</default>
<summary>Show offline peers in the sidebar</summary>
<description>
If enabled, peers that are offline and are not exit nodes are
listed in the sidebar. Exit nodes stay visible even when
offline.
</description>
</key>
<key name="polling-interval" type="d">
<default>5</default>
<summary>Interval at which to poll the Tailscale daemon</summary>
<description>
An interval, in seconds, at which to poll the Tailscale daemon
for status changes and other things.
</description>
</key>
<key name="taildrop-auto-save" type="b">
<default>false</default>
<summary>Automatically save incoming Taildrop files</summary>
<description>
If enabled and a destination directory is set, incoming Taildrop
files are saved to that directory while Trayscale is running.
</description>
</key>
<key name="taildrop-auto-save-dir" type="s">
<default>''</default>
<summary>Directory for auto-saved Taildrop files</summary>
<description>
Filesystem path of the directory where incoming Taildrop files
are written when auto-save is enabled. Empty means no
destination is configured.
</description>
</key>
</schema>
</schemalist>
<!-- vim: set ts=2 sw=2 noet: -->