mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Update launcher/icons/IconList.cpp
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
ab2f3bb5bc
commit
6cb857b895
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ bool IconList::deleteIcon(const QString &key)
|
|||
if (!iconFileExists(key))
|
||||
return false;
|
||||
|
||||
return QFile::remove(icon(key)->m_images[IconType::FileBased].filename);
|
||||
return QFile::remove(icon(key)->getFilePath());
|
||||
}
|
||||
|
||||
bool IconList::trashIcon(const QString &key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue