mirror of https://github.com/laurent22/joplin.git
Small tweaks to avoid confusion with enum name
parent
4ce118d459
commit
ddd513fe09
|
@ -419,7 +419,7 @@ class Application extends BaseApplication {
|
|||
click: async () => {
|
||||
this.dispatch({
|
||||
type: 'WINDOW_COMMAND',
|
||||
name: 'syncTarget',
|
||||
name: 'synchronize',
|
||||
});
|
||||
}
|
||||
}, {
|
||||
|
|
|
@ -219,7 +219,7 @@ class SideBarComponent extends React.Component {
|
|||
if (anchorRef) anchorRef.current.focus();
|
||||
}
|
||||
}
|
||||
} else if (command.name === 'syncTarget') {
|
||||
} else if (command.name === 'synchronize') {
|
||||
this.sync_click();
|
||||
} else {
|
||||
commandProcessed = false;
|
||||
|
|
Loading…
Reference in New Issue