Stuart Nelson
Results
2
comments of
Stuart Nelson
@lidel, Great idea, if polling is to be avoided (which is understandable), displaying the last cached value and fetching a new one at menu open is a good compromise. The...
I spent some time working on this. The primary hurdle being, as discussed in https://github.com/electron/electron/issues/12633#issuecomment-381872869 and specified in the [electron docs](https://www.electronjs.org/docs/api/menu-item#menuitemlabel), menu labels cannot be dynamically changed. I believe a...