mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-18 05:12: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:
@@ -246,7 +246,7 @@ namespace ChanSort.Loader.Sharp
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new FileLoadException("File does not contain the expected 3 header lines");
|
||||
throw LoaderException.Fail("File does not contain the expected 3 header lines");
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user