AMPatt Posted July 4, 2022 Share Posted July 4, 2022 Trying to get the simplest main screen possible, but messing with theme specific options doesn't let me get rid of it. I want to remove both the "total games 0" and the redundant platform name from the right side of the screen. I'd also be fine having the time or something else there instead since I'm using nested playlists underneath so it shows 0 games despite being filled to the brim. Visuals almost done so this little detail is bugging me. Appreciate any help for sure. These forums are a godsend. Quote Link to comment Share on other sites More sharing options...
Retro808 Posted July 4, 2022 Share Posted July 4, 2022 You would have to manually edit the code for the theme. You would need to open the view xaml for the specific platform view you are using and then look for the lines of code for those text blocks. Seeing the code befoe in this theme you will likely look for the textblock with Total Games. That textblock is probably going to be in a StackPanel or WrapPanel so you would need to delete all the lines for that specific section. I am not near my cabinet so cannot directly look for what you need to delete and post it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.