Re-added correct skip check
This commit is contained in:
parent
7a1d873ae6
commit
a6f55347b8
|
@ -107,7 +107,6 @@
|
|||
set { _charecters = value; }
|
||||
}
|
||||
|
||||
|
||||
public List<CCharStats>? DontSkipTheseCChar;
|
||||
|
||||
private async Task<string> GetFileContentsAsync(string filePath)
|
||||
|
@ -285,7 +284,7 @@
|
|||
if (!selectedCorrect && !ignoreSelection)
|
||||
{
|
||||
Snackbar.Add("Selected is wrong. Try again!", Severity.Error);
|
||||
//return;
|
||||
return;
|
||||
}
|
||||
else if (!ignoreSelection)// Hacky way to only display this snackbar when is manually removed
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue