Remove wrong comment

This commit is contained in:
Henrik Rydgård 2020-07-27 17:00:46 +02:00
parent 0939804a23
commit efdd597cd1

View file

@ -87,8 +87,6 @@ bool LaunchFile(ScreenManager *screenManager, std::string path) {
switch (type) {
case IdentifiedFileType::ARCHIVE_ZIP:
// Special handling for ZIP files. It's not very robust to check an error message but meh,
// at least it's pre-translation.
screenManager->push(new InstallZipScreen(path));
break;
default: