We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef83206 commit 89a9f9eCopy full SHA for 89a9f9e
addon/globalPlugins/webAccess/ruleHandler/__init__.py
@@ -1647,7 +1647,7 @@ def setIfNotNoneOrEmptyString(key, value):
1647
"end": self.endSelector.dump(),
1648
}
1649
gestures = {
1650
- grestureId: (scope.value, actionId)
+ gestureId: (scope.value, actionId)
1651
for gestureId, (scope, actionId) in self.gestures
1652
1653
setIfNotDefault("gestures", gestures, {})
0 commit comments