remove "hide included images" feature since with attachments it's no longer necessary

This commit is contained in:
zadam
2023-03-24 09:17:17 +01:00
parent 5cc5859211
commit 0b270ee87a
6 changed files with 4 additions and 31 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 = 218;
const APP_DB_VERSION = 219;
const SYNC_VERSION = 30;
const CLIPPER_PROTOCOL_VERSION = "1.0";