diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
| commit | 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch) | |
| tree | ed28aefed8add0da1c55c08fdf80b23c4346e0dc /data/org.gnome.todo.gschema.xml | |
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'data/org.gnome.todo.gschema.xml')
| -rw-r--r-- | data/org.gnome.todo.gschema.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/org.gnome.todo.gschema.xml b/data/org.gnome.todo.gschema.xml new file mode 100644 index 0000000..7869931 --- /dev/null +++ b/data/org.gnome.todo.gschema.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist gettext-domain="endeavour"> + <schema id="org.gnome.todo" path="/org/gnome/todo/"> + <key name="window-maximized" type="b"> + <default>true</default> + <summary>Window maximized</summary> + <description>Window maximized state</description> + </key> + <key name="window-size" type="(ii)"> + <default>(800, 600)</default> + <summary>Window size</summary> + <description>Window size (width and height).</description> + </key> + <key name="first-run" type="b"> + <default>true</default> + <summary>First run of Endeavour</summary> + <description>Whether it’s the first run of Endeavour (to run the initial setup) or not</description> + </key> + <key name="default-provider" type="s"> + <default>"local"</default> + <summary>Default provider to add new lists to</summary> + <description>The identifier of the default provider to add new lists to</description> + </key> + <key name="active-extensions" type="as"> + <default>["task-lists-workspace", "inbox-panel", "all-tasks-panel", "background", "eds", "today-panel", "next-week-panel", "night-light"]</default> + <summary>List of active extensions</summary> + <description>The list of active extensions</description> + </key> + <key name="sidebar-revealed" type="b"> + <default>true</default> + <summary>Sidebar revealed</summary> + <description>Whether the sidebar is revealed or not</description> + </key> + </schema> +</schemalist> |
