mirror of https://github.com/laurent22/joplin.git
parent
c16445bc2f
commit
62eee4df56
|
@ -246,7 +246,7 @@ export class Bridge {
|
|||
}
|
||||
|
||||
async openItem(fullPath: string) {
|
||||
return require('electron').shell.openPath(fullPath);
|
||||
return require('electron').shell.openPath(toSystemSlashes(fullPath));
|
||||
}
|
||||
|
||||
screen() {
|
||||
|
|
Loading…
Reference in New Issue