josh- / CloudyTabs

CloudyTabs is a simple menu bar application that lists your iCloud Tabs.
http://joshparnham.com/projects/cloudytabs/
789 stars 52 forks source link

Don't enable device names on update #35

Closed dnicolson closed 7 years ago

dnicolson commented 8 years ago

If the menu is open during an update call the device names are set to enabled until the menu is deselected.

This pull request maintains the not enabled state of the device names, just as they are on launch.

dnicolson commented 8 years ago

This pull request needs more work. Preserving the enabled state of "Launch CloudyTabs At Login" is also needed, along with preserving the not enabled state of device names.

Before update: before2

After update: after2

dnicolson commented 8 years ago

Now also the "Launch CloudyTabs At Login" state is preserved on update. Perhaps there is a better alternative to preserve the state of the menu items, the first update call works but subsequent ones do not.