mirror of
https://github.com/laurent22/joplin.git
synced 2025-04-11 11:12:03 +02:00
Small tweaks to avoid confusion with enum name
This commit is contained in:
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…
x
Reference in New Issue
Block a user