mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-23 16:37:49 +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() {
|
async oneTimeMoveToApplications() {
|
||||||
|
if (process.platform !== 'darwin') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (this.devMode || this.specMode) {
|
if (this.devMode || this.specMode) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue