Re-added correct skip check

This commit is contained in:
BOT Alex 2023-07-07 18:52:34 +02:00
parent 7a1d873ae6
commit a6f55347b8
1 changed files with 1 additions and 2 deletions

View File

@ -107,7 +107,6 @@
set { _charecters = value; } set { _charecters = value; }
} }
public List<CCharStats>? DontSkipTheseCChar; public List<CCharStats>? DontSkipTheseCChar;
private async Task<string> GetFileContentsAsync(string filePath) private async Task<string> GetFileContentsAsync(string filePath)
@ -285,7 +284,7 @@
if (!selectedCorrect && !ignoreSelection) if (!selectedCorrect && !ignoreSelection)
{ {
Snackbar.Add("Selected is wrong. Try again!", Severity.Error); 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 else if (!ignoreSelection)// Hacky way to only display this snackbar when is manually removed
{ {