Skip to content
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

auto-launch support [Electron] #4012

Merged
merged 8 commits into from
May 30, 2017
Merged

auto-launch support [Electron] #4012

merged 8 commits into from
May 30, 2017

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented May 24, 2017

settings are sorta generic, probably reusable for proxy settings

cross-platform start with system log in support

depends on matrix-org/matrix-react-sdk/pull/920

NEEDS MORE TESTING NEEDS REVIEW

  • tested on Windows 10
  • tested on Mac OS 10.10.5
  • tested on KDE Neon (Ubuntu 16.04)

edit does not start hidden on Linux, do not merge until this is addressed.
edit2: workaround fitted and upstream bug reported electron/electron/issues/9621

settings are sorta generic, probably reusable for proxy settings

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
@t3chguy t3chguy changed the title auto-launch support, ux =checkbox in UserSettings[Electron] auto-launch support [Electron] May 24, 2017
@@ -45,47 +46,6 @@ const INITIAL_UPDATE_DELAY_MS = 30 * 1000;
let mainWindow = null;
let appQuitting = false;

function safeOpenURL(target) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

um, why is this all being deleted?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4021 moved it to another file, #3993 brought it back (duplicated) because of a bad merge
this removes it once again, it is in the other file now.

@ara4n
Copy link
Member

ara4n commented May 30, 2017

lgtm other one confusion

@ara4n
Copy link
Member

ara4n commented May 30, 2017

lgtm

@ara4n ara4n merged commit 448c107 into develop May 30, 2017
@t3chguy t3chguy deleted the t3chguy/electron_settings branch October 29, 2017 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants