diff options
author | rbuj <[email protected]> | 2020-12-02 10:41:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-11 15:15:38 +0100 |
commit | c4499405e511d94005c58cf64489199cbb9e5a86 (patch) | |
tree | e94cb9a05f711915f27e4d4f6b2af9b9ee4d1fe0 /drivemount/data/org.mate.drivemount.gschema.xml.in | |
parent | a10be3e94c9b711b0e424f5e2fd49fd49f333d49 (diff) | |
download | mate-applets-c4499405e511d94005c58cf64489199cbb9e5a86.tar.bz2 mate-applets-c4499405e511d94005c58cf64489199cbb9e5a86.tar.xz |
drivemount: Use common subdirs - data, src
Diffstat (limited to 'drivemount/data/org.mate.drivemount.gschema.xml.in')
-rw-r--r-- | drivemount/data/org.mate.drivemount.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivemount/data/org.mate.drivemount.gschema.xml.in b/drivemount/data/org.mate.drivemount.gschema.xml.in new file mode 100644 index 00000000..24ffe871 --- /dev/null +++ b/drivemount/data/org.mate.drivemount.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.drivemount" path="/org/mate/panel/drivemount/"> + <key name="drivemount-checkmark-color" type="s"> + <default>'#00e300'</default> + <summary>Checkmark color for mounted drive or share</summary> + <description>Default color in a hex value.</description> + </key> + </schema> +</schemalist> |