mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 16:16:06 +02:00
- fixed possible NPE if a file contains no supported list
- updated readme
This commit is contained in:
@@ -1434,6 +1434,8 @@ namespace ChanSort.Ui
|
||||
private bool GetGridColumnVisibility(GridColumn col)
|
||||
{
|
||||
var list = this.CurrentChannelList;
|
||||
if (list == null)
|
||||
return false;
|
||||
var filter = list.VisibleColumnFieldNames;
|
||||
if (filter != null && !filter.Contains(col.FieldName))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user