[client-app] Correctly set process title

This commit is contained in:
Juan Tejada 2017-03-09 10:59:23 -08:00
parent d92969efc3
commit cd21e6087d

View file

@ -245,7 +245,7 @@ export default class NylasEnvConstructor {
process.title = `Nylas Mail ${this.getWindowType()}`; process.title = `Nylas Mail ${this.getWindowType()}`;
return this.onWindowPropsReceived(() => { return this.onWindowPropsReceived(() => {
process.title = `Nylas Mail ${this.getWindowType}`; process.title = `Nylas Mail ${this.getWindowType()}`;
return process.title; return process.title;
}); });
} }