mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
[client-app] Correctly set process title
This commit is contained in:
parent
d92969efc3
commit
cd21e6087d
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ export default class NylasEnvConstructor {
|
|||
|
||||
process.title = `Nylas Mail ${this.getWindowType()}`;
|
||||
return this.onWindowPropsReceived(() => {
|
||||
process.title = `Nylas Mail ${this.getWindowType}`;
|
||||
process.title = `Nylas Mail ${this.getWindowType()}`;
|
||||
return process.title;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue