- 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:
Horst Beham
2022-11-29 14:58:00 +01:00
parent 4a1a39b1e7
commit a39d8f7d18
10 changed files with 0 additions and 10 deletions

View File

@@ -31,7 +31,6 @@ namespace ChanSort.Loader.Grundig
this.Features.CanLockChannels = true;
this.Features.CanHideChannels = true;
this.Features.DeleteMode = DeleteMode.Physically;
this.Features.CanSaveAs = false;
this.Features.AllowGapsInFavNumbers = false;
this.Features.CanEditFavListNames = false;
this.Features.FavoritesMode = FavoritesMode.OrderedPerSource;