Alt-text Novice Achivement #55
1 changed files with 2 additions and 1 deletions
|
@ -783,7 +783,8 @@ async function post(ev?: MouseEvent) {
|
|||
if (canceled) return;
|
||||
if (result === 'cancel') return;
|
||||
} else {
|
||||
claimAchievement('altTextNovice');
|
||||
//There needs to be at least 1 file
|
||||
if (filesData.length > 0) claimAchievement('altTextNovice');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue