diff options
author | MaZderMind <github@mazdermind.de> | 2016-01-05 19:38:42 +0100 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2016-01-05 19:38:42 +0100 |
commit | 50739c687d9252ab7d5c851bf32a1fd056f6544d (patch) | |
tree | f78ce7073d900b67f00f29e44eae0eb2148aa570 /voctogui/default-config.ini | |
parent | e2969b87441a46fe0c017f1f29bb7ec3f4fce585 (diff) |
add cut-button and a cutlist-script and make both configurable
Diffstat (limited to 'voctogui/default-config.ini')
-rw-r--r-- | voctogui/default-config.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/voctogui/default-config.ini b/voctogui/default-config.ini index cfb7ae0..cfc422f 100644 --- a/voctogui/default-config.ini +++ b/voctogui/default-config.ini @@ -21,3 +21,7 @@ system=gl # Use simple X-Images - least performant #system=x + +[misc] +close=true +cut=true |