-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch on system start doesn't work on Windows #3440
Comments
@lxalln That's odd. Can you see anything between Use Nylas Mail as default mail client and Show icon in menu bar / system tray if you check Developer Tools? |
Html: <section>
<div class="item">
<input type="checkbox" id="default-client" value="on">
<label for="default-client">Use Nylas Mail as default mail client</label>
</div>
<!-- react-empty: 40489 -->
<div class="item">
<input type="checkbox" id="core.workspace.systemTray" value="on">
<label for="core.workspace.systemTray">Show icon in menu bar / system tray</label>
</div>
...
</section> React is hiding the option, which leads me to: Looks like I didn't install until 2.0.15, so perhaps you installed a previous version, and have the I can confirm that running that |
Looks like it should be calling the |
@davidbgeek Opened a PR (#3443) which should fix this. |
The Launch on system start checkbox in Preferences creates a shortcut to
C:\Users\droiz\AppData\Local\nylas\Update.exe
, which is now an incorrect path. As well, changing the path toC:\Users\droiz\AppData\Local\NylasMail\Update.exe
and keeping the arguments that Nylas includes in the path causes the Get started page to open and a new profile of Nylas to be created, instead of just launching the existing instance of Nylas.Are there any related issues?
N/A
What operating system are you using?
Windows 10 Build 16176
What version of Nylas Mail are you using?
2.0.16
Bug?
Do you have any third-party plugins installed? If so, which ones?
GitHub, Jiffy
Is the issue related to a specific email provider (Gmail, Exchange, etc.)?
N/A
Is the issue reproducible with a particular attachment, message, signature, etc?
N/A
The text was updated successfully, but these errors were encountered: