Remove wrong comment
This commit is contained in:
parent
0939804a23
commit
efdd597cd1
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue