(db: LmdbDatabase)
| 20 | private mainWindow: BrowserWindow | null = null |
| 21 | |
| 22 | constructor(db: LmdbDatabase) { |
| 23 | this.db = db |
| 24 | this.webdavClient = new WebDAVSyncClient() |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * 设置主窗口引用(用于发送 plugins-changed 事件) |
nothing calls this directly
no outgoing calls
no test coverage detected