diff options
Diffstat (limited to 'displaychannelview.c')
-rw-r--r-- | displaychannelview.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/displaychannelview.c b/displaychannelview.c index 143f2e1..5096cdf 100644 --- a/displaychannelview.c +++ b/displaychannelview.c @@ -545,6 +545,10 @@ cString cNopacityDisplayChannelView::GetScreenResolutionIcon(void) { cDevice::PrimaryDevice()->GetVideoSize(screenWidth, screenHeight, aspect); cString iconName(""); switch (screenWidth) { + case 4320: // 7680 x 4320 = 8K UHD + case 2160: // 3840 x 2160 = 4K UHD + iconName = "skinIcons/uhd4k"; + break; case 1920: case 1440: iconName = "skinIcons/hd1080i"; |