mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
GameList: fix Decompress slot typo
There is no such `DecompressISO` slot.
This commit is contained in:
parent
7c70e77c74
commit
a365686956
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void GameList::ShowContextMenu(const QPoint&)
|
||||||
const auto blob_type = GameFile(game).GetBlobType();
|
const auto blob_type = GameFile(game).GetBlobType();
|
||||||
|
|
||||||
if (blob_type == DiscIO::BlobType::GCZ)
|
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)
|
else if (blob_type == DiscIO::BlobType::PLAIN)
|
||||||
menu->addAction(tr("Compress ISO"), this, SLOT(CompressISO()));
|
menu->addAction(tr("Compress ISO"), this, SLOT(CompressISO()));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue