Fix: Settings action getting focus even on non visible / enabled delegate
- 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-