rpitv / glimpse-ui

Official website for RPI TV
https://rpi.tv
MIT License
2 stars 0 forks source link

Fixed issue with incorrect navbar / navbar dropdown contents #41

Closed robere2 closed 2 years ago

robere2 commented 2 years ago

The issue was caused by using computed properties for the menu items which shouldn't appear in a dropdown. Since the property was computed, when the priority plus algorithm attempts to modify the list, those changes were thrown out.

This fixes #40.