You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Multiple window support (#11181)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@ -57,7 +57,7 @@ export default class Joplin {
|
||||
this.settings_ = new JoplinSettings(plugin);
|
||||
this.contentScripts_ = new JoplinContentScripts(plugin);
|
||||
this.clipboard_ = new JoplinClipboard(implementation.clipboard, implementation.nativeImage);
|
||||
this.window_ = new JoplinWindow(implementation.window, plugin, store);
|
||||
this.window_ = new JoplinWindow(plugin, store);
|
||||
}
|
||||
|
||||
public get data(): JoplinData {
|
||||
|
Reference in New Issue
Block a user