mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-19 22:02:04 +01:00
- added function to mark a channel for swapping + swap with current channel
- replaced misuse of "FileLoadException" with a custom LoaderException to handle file loading issues with better continue/fail logic - removed "Save As" and replaced it with "Convert list" menu item that shows information on how to use a reference list instead of direct conversion
This commit is contained in:
@@ -44,7 +44,6 @@ namespace ChanSort.Loader.Android
|
||||
this.Features.CanLockChannels = true;
|
||||
this.Features.CanHideChannels = true;
|
||||
this.Features.DeleteMode = DeleteMode.Physically;
|
||||
this.Features.CanSaveAs = true;
|
||||
this.Features.CanHaveGaps = true; // at least the DVB-S Data list had gaps
|
||||
this.Features.FavoritesMode = FavoritesMode.OrderedPerSource;
|
||||
this.Features.MaxFavoriteLists = 1;
|
||||
|
||||
Reference in New Issue
Block a user