mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Properly rename shader config on update/version change
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
c10681831c
commit
826da57944
4 changed files with 27 additions and 5 deletions
|
|
@ -204,7 +204,7 @@ void ResourceFolderModel::installResourceWithFlameMetadata(QString path, ModPlat
|
|||
}
|
||||
}
|
||||
|
||||
bool ResourceFolderModel::uninstallResource(QString file_name, bool preserve_metadata)
|
||||
bool ResourceFolderModel::uninstallResource(const QString& file_name, bool preserve_metadata)
|
||||
{
|
||||
for (auto& resource : m_resources) {
|
||||
if (resource->fileinfo().fileName() == file_name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue