mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Log app startup time
This commit is contained in:
committed by
Scott Nonnenberg
parent
8a72607fa7
commit
bba50c8427
@@ -97,6 +97,8 @@ try {
|
||||
|
||||
window.setBadgeCount = count => ipc.send('set-badge-count', count);
|
||||
|
||||
window.logAppLoadedEvent = () => ipc.send('signal-app-loaded');
|
||||
|
||||
// We never do these in our code, so we'll prevent it everywhere
|
||||
window.open = () => null;
|
||||
// eslint-disable-next-line no-eval, no-multi-assign
|
||||
|
||||
Reference in New Issue
Block a user