mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
Disable window titles and isons again, windows build fixes
This commit is contained in:
parent
ad1f2c530c
commit
e993adaf44
4 changed files with 7 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ bool VersionFinal::preremove(VersionPatchPtr patch)
|
|||
{
|
||||
QString fullpath =PathCombine(m_instance->jarModsDir(), jarmod->name);
|
||||
QFileInfo finfo (fullpath);
|
||||
if(finfo.exists(fullpath))
|
||||
if(finfo.exists())
|
||||
ok &= QFile::remove(fullpath);
|
||||
}
|
||||
return ok;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue