1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Electron release v0.10.21

This commit is contained in:
Laurent Cozic
2017-11-17 23:42:45 +00:00
parent 6f88c025f5
commit 716b1315a9
6 changed files with 7 additions and 6 deletions

View File

@ -134,6 +134,7 @@ const ActionButton = connect(
(state) => {
return {
folders: state.folders,
locale: state.settings.locale,
};
}
)(ActionButtonComponent)