atom / settings-view

🔧 Edit Atom settings
MIT License
272 stars 276 forks source link

feat: add explicit button to skip restarting after package updating #1175

Closed aminya closed 3 years ago

aminya commented 3 years ago

Description of the Change

This pull request adds a button to skip restarting after package updating.

Benefits

The cross button in the top right corner does the same thing but based on my statistics, the users don't use it often, and they think restarting in the middle of their work session is forced by Atom. This button explicitly gives them the option to skip restarting after updates. This is useful if they are in the middle of a work session and restarting Atom is considered a disturbance.

Verification

The tests are added for the "I'll do it later" button. The rest of the tests should pass.

aminya commented 3 years ago

@sadick254 @darangi Please check this out.