diff options
-rw-r--r-- | plugin/screencasting.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/screencasting.xml.in b/plugin/screencasting.xml.in index 26e0129..ff54bef 100644 --- a/plugin/screencasting.xml.in +++ b/plugin/screencasting.xml.in @@ -12,7 +12,8 @@ <option name="directory" type="string"> <_short>Directory</_short> <_long>Put screenshot images in this directory</_long> - <default>Desktop</default> + <default>Desktop</default> + <hints>directory;</hints> </option> </display> </plugin> |