fix: removed 'check disk space' alert on permission file error

This commit is contained in:
Fazri Gading
2026-01-30 22:13:01 +08:00
parent 30a4327655
commit 1c14c3f603

View File

@@ -845,7 +845,7 @@ function getErrorMessage(technicalMessage, errorType) {
case 'stall':
return 'Download stalled due to slow connection. Please retry.';
case 'file':
return 'Unable to save file. Check disk space and permissions. Please retry.';
return 'Unable to save file. Check permissions. Please retry.';
case 'permission':
return 'Permission denied. Check if launcher has write access. Please retry.';
case 'server':