1
0
Fork 0

Capitalization

master
thyttan 2023-02-08 12:39:27 +01:00
parent 3873f9c14b
commit c9dabdf680
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ Service that allows you to use an app's back button using left to right swipe ge
Mode: Blacklist/Whitelist/Always On/Disabled
App List: Black-/whitelisted apps
standard # of swipe handlers: 0-10
standard # of drag handlers: 0-10
Standard # of swipe handlers: 0-10
Standard # of drag handlers: 0-10
Standard # of handlers settings are used to fine tune when backswipe should trigger the back function. E.g. when using a keyboard that works on drags, we don't want the backswipe to trigger when we just wanted to select a letter. This might not be able to cover all cases however.

View File

@ -58,7 +58,7 @@
'App List': () => {
showAppSubMenu();
},
'standard # of swipe handlers' : { // If more than this many handlers are present backswipe will not go back
'Standard # of swipe handlers' : { // If more than this many handlers are present backswipe will not go back
value: 0|settings.standardNumSwipeHandlers,
min: 0,
max: 10,
@ -68,7 +68,7 @@
saveSettings(settings);
},
},
'standard # of drag handlers' : { // If more than this many handlers are present backswipe will not go back
'Standard # of drag handlers' : { // If more than this many handlers are present backswipe will not go back
value: 0|settings.standardNumDragHandlers,
min: 0,
max: 10,