1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Desktop, Mobile: Improved config screen with dark theme

This commit is contained in:
Laurent Cozic
2019-05-26 19:39:07 +01:00
parent 7b987b5a8f
commit 83682ab513
5 changed files with 79 additions and 50 deletions

View File

@ -567,6 +567,8 @@ class BaseApplication {
this.database_.setLogger(this.dbLogger_);
await this.database_.open({ name: profileDir + '/database.sqlite' });
// if (Setting.value('env') === 'dev') await this.database_.clearForTesting();
reg.setDb(this.database_);
BaseModel.db_ = this.database_;