1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-11 23:17:19 +02:00

Simplified command service code further

This commit is contained in:
Laurent Cozic
2020-10-18 12:41:40 +01:00
parent 259dadb650
commit 910a5ad09d
32 changed files with 173 additions and 299 deletions

View File

@@ -14,6 +14,6 @@ export const runtime = ():CommandRuntime => {
type: 'HISTORY_BACKWARD',
});
},
isEnabled: 'historyhasBackwardNotes',
enabledCondition: 'historyhasBackwardNotes',
};
};