Merge pull request #1802 from deltachat/update-device-icon

Update device icon to use RGBA
This commit is contained in:
bjoern
2020-08-07 00:02:29 +02:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -1283,6 +1283,11 @@ async fn open(
.await?;
sql.set_raw_config_int(context, "dbversion", 65).await?;
}
if dbversion < 66 {
info!(context, "[migration] v66");
update_icons = true;
sql.set_raw_config_int(context, "dbversion", 66).await?;
}
// (2) updates that require high-level objects
// (the structure is complete now and all objects are usable)