mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
Add swipe to delete to mobile rules (#5871)
This commit is contained in:
committed by
GitHub
parent
dc811552be
commit
f7b40fca64
@@ -86,7 +86,7 @@ app.method('rule-validate', ruleValidate);
|
||||
app.method('rule-add', mutator(addRule));
|
||||
app.method('rule-update', mutator(updateRule));
|
||||
app.method('rule-delete', mutator(deleteRule));
|
||||
app.method('rule-delete-all', mutator(deleteAllRules));
|
||||
app.method('rule-delete-all', mutator(undoable(deleteAllRules)));
|
||||
app.method('rule-apply-actions', mutator(undoable(applyRuleActions)));
|
||||
app.method('rule-add-payee-rename', mutator(addRulePayeeRename));
|
||||
app.method('rules-get', getRules);
|
||||
|
||||
Reference in New Issue
Block a user