fix #1447: fixed opening databases from Dock

This commit is contained in:
antelle 2020-04-04 19:46:19 +02:00
parent ec82af7a68
commit c39933c051
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
2 changed files with 5 additions and 0 deletions

View File

@ -614,6 +614,10 @@ function coerceMainWindowPositionToConnectedDisplay() {
}
function reportStartProfile() {
if (!perfTimestamps) {
return;
}
const processCreationTime = process.getCreationTime();
const totalTime = Math.round(Date.now() - processCreationTime);
let lastTs = 0;

View File

@ -3,6 +3,7 @@ Release notes
##### v1.13.1 (2020-04-04)
`-` fix #1444: fixed website favicons and attached images
`-` fix #1445: fixed offline mode in Chrome and Firefox
`-` fix #1447: fixed opening databases from Dock
##### v1.13.0 (2020-04-03)
`-` #1359: fixed Google Drive login issues in desktop apps