mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 00:06:51 +02:00
- 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:
@@ -65,7 +65,6 @@
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\DLL\System.Data.SQLite.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
|
||||
@@ -7,7 +7,6 @@ using ChanSort.Api;
|
||||
using System.Data.SQLite;
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace ChanSort.Loader.Hisense
|
||||
{
|
||||
@@ -168,7 +167,7 @@ namespace ChanSort.Loader.Hisense
|
||||
foreach (var list in this.channelLists)
|
||||
totalCount += list.Count;
|
||||
if (totalCount == 0)
|
||||
MessageBox.Show(Resources.Load_NoChannelsMsg, Resources.Load_NoChannelsCaption, MessageBoxButtons.OK);
|
||||
Api.View.Default.MessageBox(Resources.Load_NoChannelsMsg, Resources.Load_NoChannelsCaption);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user