dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Connected to remote marker is clickable #598

Open mgorra opened 6 years ago

mgorra commented 6 years ago

The checkbox that shows if the repo is connected to a remote can be checked on and off by the user, without any apparent effect. It should be unclickable, or possibly part of something to connect/disconnect from the remote.

dmusican commented 6 years ago

The purpose of this checkbox is that it enables/disables the repository monitor, which checks every n seconds to see if there are updates on the remote. As far as I know, it's working as intended, but we need to make it more clear what it's doing.