Current Behavior
"enableExternalView" instead of "enableExternalView":
- screengrab.conf:
enbaleExternalView=true
- src/core/config.cpp:
#define KEY_ENABLE_EXT_VIEWER "enbaleExternalView"
Possible Solution
It could be changed, but maybe old configuration files already contain the typo.
Steps to Reproduce (for bugs)
1.screengrab$ grep -R enbale *
Context
It makes looking at /usr/share/screengrab/screengrab.conf inconvenient.
System Information
- Package version: commit 33a2e14 (HEAD -> master, origin/master, origin/HEAD)