GameList: fix Decompress slot typo
There is no such `DecompressISO` slot.
This commit is contained in:
parent
7c70e77c74
commit
a365686956
|
@ -157,7 +157,7 @@ void GameList::ShowContextMenu(const QPoint&)
|
|||
const auto blob_type = GameFile(game).GetBlobType();
|
||||
|
||||
if (blob_type == DiscIO::BlobType::GCZ)
|
||||
menu->addAction(tr("Decompress ISO"), this, SLOT(DecompressISO()));
|
||||
menu->addAction(tr("Decompress ISO"), this, SLOT(CompressISO()));
|
||||
else if (blob_type == DiscIO::BlobType::PLAIN)
|
||||
menu->addAction(tr("Compress ISO"), this, SLOT(CompressISO()));
|
||||
|
||||
|
|
Loading…
Reference in New Issue