- added info screen when opening an empty LG channel list which is most likely caused by selecting a predefined list

during the TV setup or channel search
- fixed: Sony KDL channel lists were not saved correctly
- upgrade to DevExpres 20.1.3
- Loaders can use Api.View.Default.MessageBox(...) to show a DevExpress themed message box without adding a reference to DX libs
This commit is contained in:
Horst Beham
2020-05-06 22:07:48 +02:00
parent 9e9028a99c
commit 728e36ef39
32 changed files with 472 additions and 421 deletions

View File

@@ -251,7 +251,7 @@ namespace ChanSort.Loader.Samsung
series = validCandidates[0];
else
{
using (var dlg = View.View.Default?.CreateActionBox(""))
using (var dlg = Api.View.Default?.CreateActionBox(""))
{
if (dlg == null) // during unit testing
return false;