alex1701c / JetBrainsRunner

A Krunner Plugin which allows you to open your recent projects
GNU Lesser General Public License v3.0
53 stars 4 forks source link

Add config option to disable Update Checker #3

Closed thigg closed 4 years ago

thigg commented 4 years ago

The Update Checker is a great idea. It would be nice however, if it could be disabled. Maybe make it configurable during install, or via config flag?

alex1701c commented 4 years ago

This is already planned 😃, I would implement it as a checkbox in the config dialog. I will commit this as soon the custom configuration is finished (it is almost done by now).

alex1701c commented 4 years ago

checkbox_disable_update_notifications

That is how I implemented it. The checkbox applies to the update notifications in the runner and the config dialog.

thigg commented 4 years ago

Cool!

alex1701c commented 4 years ago

Thanks !