mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-16 20:32:04 +01:00
- LG WebOS 5: added support for lists with analog cable/antenna channels
- Philips: added support for analog channel lists (Repair/CM_* format) - GB Freesat reference lists updated - Hiding "Favorite" column when the list doesn't support favorites
This commit is contained in:
@@ -1489,6 +1489,8 @@ namespace ChanSort.Ui
|
||||
return false;
|
||||
|
||||
var source = list.SignalSource;
|
||||
if (col == this.colFavorites) return this.DataRoot.SupportedFavorites != 0;
|
||||
if (col == this.colOutFav) return this.DataRoot.SupportedFavorites != 0;
|
||||
if (col == this.colPrNr) return this.subListIndex > 0;
|
||||
if (col == this.colChannelOrTransponder) return (source & SignalSource.Sat) == 0;
|
||||
if (col == this.colShortName) return (source & SignalSource.Digital) != 0;
|
||||
|
||||
Reference in New Issue
Block a user