Git Product home page Git Product logo

Comments (4)

adam-lynch avatar adam-lynch commented on July 19, 2024

You could store it in localStorage (i.e. a Boolean indicating whether or not it's set to auto-launch). Then when the app starts up, check isEnabled and if it's different to what's in localStorage, the user has changed it outside of your app.

I hope that helps.

from node-auto-launch.

ansidev avatar ansidev commented on July 19, 2024

I can check it on app start up, so it 's only OK if I restart app. But I want to check without restarting app.
My case:

  • I have checkbox that show whether app will launch on startup or not.
  • It is unchecked. Then I check it.
  • After that, I remove login item outside app.
  • Return to my app, I want it will be unchecked.

from node-auto-launch.

adam-lynch avatar adam-lynch commented on July 19, 2024

Short answer: you can't.

Right now, we don't support any way to do that (e.g. events that fire when the value changes). I'm not an expert on this, but it would have to be figured out separately for each platform, if the platform provides a way to achieve it.

For Windows, we use winreg. It doesn't support any change events. This Stack Overflow answer implies it is possible (in general).

I didn't look into Linux & Mac APIs but on Linux or Mac (if using launch agent), a file is created on disk... maybe you could a file watcher library to detect when the file has changed. Worst case scenario: a workaround could be just to call isEnabled periodically. It's not nice but it'll work.

I'm open to suggestions.

from node-auto-launch.

ansidev avatar ansidev commented on July 19, 2024

OK, I will find a workaround solution.

from node-auto-launch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.