mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-28 01:00:43 +01:00
2021-05-01
- added "Settings / Reset to defaults and restart" function to delete the stored customized settings in case something went wrong (like massively oversized column widths) - Philips ChannelMap\_30: fixed error when trying to save this type of list - Upgraded to DevExpress WinForms 20.2.7 user interface library
This commit is contained in:
@@ -1176,9 +1176,8 @@ namespace ChanSort.Loader.Philips
|
||||
|
||||
using var conn = new SqliteConnection($"Data Source={listDb}");
|
||||
conn.Open();
|
||||
using var cmd = conn.CreateCommand();
|
||||
using var trans = conn.BeginTransaction();
|
||||
|
||||
using var cmd = conn.CreateCommand();
|
||||
|
||||
// save favorite channels
|
||||
for (int listIdx = 0; listIdx < 12; listIdx++)
|
||||
|
||||
Reference in New Issue
Block a user