diff --git a/apps/backswipe/README.md b/apps/backswipe/README.md index 7f0e2f6be..fd6dd29b6 100644 --- a/apps/backswipe/README.md +++ b/apps/backswipe/README.md @@ -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. diff --git a/apps/backswipe/settings.js b/apps/backswipe/settings.js index 3eb1fb377..42ca7ae7d 100644 --- a/apps/backswipe/settings.js +++ b/apps/backswipe/settings.js @@ -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,