added grey icon for the dark mode

This commit is contained in:
zadam
2021-09-25 21:58:15 +02:00
parent fdb7b7721d
commit 2fcb0c05c0
6 changed files with 11 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 184;
const APP_DB_VERSION = 185;
const SYNC_VERSION = 21;
const CLIPPER_PROTOCOL_VERSION = "1.0";