1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Desktop: Resolves #10424: Move the note viewer to a separate process (#10678)

This commit is contained in:
Henry Heino
2024-07-26 04:22:49 -07:00
committed by GitHub
parent 4b99c2062c
commit d2028588e8
25 changed files with 581 additions and 29 deletions

View File

@ -68,7 +68,7 @@ export default class JoplinPlugins {
* will be persisted.
*/
public async dataDir(): Promise<string> {
return this.plugin.dataDir();
return this.plugin.createAndGetDataDir();
}
/**