Omen Posted February 14, 2019 Posted February 14, 2019 @Jason Carr is it possible for startup screens to show images that are contained in a platform's "Device" folder (example: "Launchbox\Images\Platforms\Atari 2600\Device"), instead of what's in the "Fanart" folder? I tried changing: <Image Source="{Binding BackgroundImagePath}" to: <Image Source="{Binding DeviceImagePath}" but that didn't work. Quote
Jason Carr Posted February 14, 2019 Posted February 14, 2019 Sure, you would just need this: <Image Source="{Binding Platform.DeviceImagePath}" /> 1 Quote
Omen Posted February 14, 2019 Author Posted February 14, 2019 1 hour ago, Jason Carr said: Sure, you would just need this: <Image Source="{Binding Platform.DeviceImagePath}" /> Awesome, thank you man! 1 Quote
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.