tig / mcec

Robust remote control of Windows PCs over the network.
https://tig.github.io/mcec/
MIT License
80 stars 13 forks source link

Option to disable automatic update check #31

Closed samueljonasson closed 1 year ago

samueljonasson commented 1 year ago

It would be great to be able to disable the automatic update check. I can not find any way to do that.

tig commented 1 year ago

in MCECtonrol.settings, change

 <DisableUpdatePopup>false</DisableUpdatePopup>

to

<DisableUpdatePopup>true</DisableUpdatePopup>

Cheers!