You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Small tweaks to avoid confusion with enum name
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user