Skip to content

Fix: Settings action getting focus even on non visible / enabled delegate

Aditya Mehra requested to merge fix/focus_non_visible_setting into master
  • Move settings model into two different lists one which has Mycroft integration support and the other without
  • This is required because even if we turn the controls Action visibility and enable properties in the Listview Delegate the index is not skipped during key navigation causing a bug when navigating with the remote
  • In this approach, we simply load two different models one without and without the required items depending on the integration flag-

Merge request reports

Loading