make vmenu path configurable

This commit is contained in:
chrys
2019-02-12 20:04:46 +01:00
parent 20ff9e1296
commit 58208beb3a
10 changed files with 59 additions and 2 deletions

View File

@ -99,6 +99,9 @@ settingsData = {
'leaveReviewOnCursorChange': True,
'leaveReviewOnScreenChange': True,
},
'menu':{
'vmenuPath': '',
},
'promote':{
'enabled': True,
'inactiveTimeoutSec': 120,