mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
parent
c16445bc2f
commit
62eee4df56
@ -246,7 +246,7 @@ export class Bridge {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async openItem(fullPath: string) {
|
async openItem(fullPath: string) {
|
||||||
return require('electron').shell.openPath(fullPath);
|
return require('electron').shell.openPath(toSystemSlashes(fullPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
screen() {
|
screen() {
|
||||||
|
Loading…
Reference in New Issue
Block a user