mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Optimizations to the performance improvement changes
This commit is contained in:
@@ -956,7 +956,7 @@ app.on('ready', async () => {
|
||||
// We use this event only a single time to log the startup time of the app
|
||||
// from when it's first ready until the loading screen disappears.
|
||||
ipc.once('signal-app-loaded', () => {
|
||||
console.log('App has finished loading in:', Date.now() - startTime);
|
||||
console.log('App loaded - time:', Date.now() - startTime);
|
||||
});
|
||||
|
||||
const userDataPath = await getRealPath(app.getPath('userData'));
|
||||
|
||||
Reference in New Issue
Block a user