diff options
Diffstat (limited to 'displaychannelview.c')
-rw-r--r-- | displaychannelview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/displaychannelview.c b/displaychannelview.c index 885a970..16e59ed 100644 --- a/displaychannelview.c +++ b/displaychannelview.c @@ -545,8 +545,8 @@ 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 + case 7680: // 7680 x 4320 = 8K UHD + case 3840: // 3840 x 2160 = 4K UHD iconName = "skinIcons/uhd4k"; break; case 1920: |