Electron v2.0.0 (#47289)

* Update to Electron 2.0.0-beta.7

* bump to electron 2.0.0-beta.7

* localStorage - workaround birthtime rounding issues that clear workspace storage

* fix compile error

* workaround #47569

* localStorage - add telemetry for successful migration

* increment to localStorageTimers4

* localStorage - allow to restore from backup if starting with 1.7.x again

* logLocalStorageMigrationStatus only on insider

* back to official distro

* 💄

* still use exploration distro

* remove GTK3 emoji picker which does not seem to work

* 💄
This commit is contained in:
Benjamin Pasero
2018-04-13 08:23:12 +02:00
committed by GitHub
parent fe0177d9a9
commit f7ec491c3e
17 changed files with 7306 additions and 3712 deletions

View File

@@ -146,7 +146,7 @@ function showContextMenu(e) {
})
);
menu.popup(remote.getCurrentWindow());
menu.popup({ window: remote.getCurrentWindow() });
}
}