Kodi Community Forum

Full Version: Setting screen minor bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think I just found a small bug in the settings screen.

If you go to Settings > Home Layout, there looks to be a copy/paste in the scripting for the settings of "Show Library Info on Home (totals, unwatched...)" and "Static Horizontal/vertical menu". If you select either of them, they both change from NO > YES or vice versa rather than setting independently. Looks like maybe a small error in the script for that particular page?

Tested under Android (Play Store Kodi 16 and also SPMC) and both do it.
Yes, the static menu isn't completely implemented yet and this setting is removed in the Krypton beta builds.

I've now backported it to Jarvis and included it in the latest pull request so will hoefully be in the next release

https://github.com/jester-xbmc/skin.amber/pull/48
(2016-04-13, 16:19)joethepartylion Wrote: [ -> ]Yes, the static menu isn't completely implemented yet and this setting is removed in the Krypton beta builds.

I've now backported it to Jarvis and included it in the latest pull request so will hopefully be in the next release

https://github.com/jester-xbmc/skin.amber/pull/48

Change of plan, I've now implemented a static vertical menu option, hopefully it will make into the next release

https://github.com/joethepartylion/skin....d26bde8e01