diff options
author | Ricky Kresslein <ricky@kressle.in> | 2022-02-18 16:14:09 +0100 |
---|---|---|
committer | Ricky Kresslein <ricky@kressle.in> | 2022-02-18 16:14:09 +0100 |
commit | ac99aca2510eebb83ac9a112849d8788ef67db3d (patch) | |
tree | 57bbddbf10a83f8abd5e5020b897ed80dc7d7e44 /data/com.lakoliu.Furtherance.gschema.xml | |
download | Furtherance-ac99aca2510eebb83ac9a112849d8788ef67db3d.tar.zst |
- Moved to com.lakoliu.Furtherance
- Removed development flag for release - Created nicer about dialog - Added description to data file - Improved desktop file - Changed database directory - Delete All no longer enabled if no tasks - Added GPL to top of every file
Diffstat (limited to 'data/com.lakoliu.Furtherance.gschema.xml')
-rw-r--r-- | data/com.lakoliu.Furtherance.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml new file mode 100644 index 0000000..cf2db5d --- /dev/null +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist gettext-domain="furtherance"> + <schema id="com.lakoliu.Furtherance" path="/com/lakoliu/Furtherance/"> + </schema> +</schemalist> |