mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 16:25:52 +08:00
Disable move-to-applications on Linux/Win32
This commit is contained in:
parent
53a53315c4
commit
18640d1891
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ export default class Application extends EventEmitter {
|
|||
}
|
||||
|
||||
async oneTimeMoveToApplications() {
|
||||
if (process.platform !== 'darwin') {
|
||||
return;
|
||||
}
|
||||
if (this.devMode || this.specMode) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue