This commit is contained in:
2025-06-26 12:36:32 +08:00
parent 9f0dc8ad8d
commit a3b5078d73
3 changed files with 23 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ void Compare::Load()
if (!found) {
FTCommon::msg(this, tr("No data found for the selected title."));
} else {
FTCommon::msg(this, tr("Data loaded successfully."));
//FTCommon::msg(this, tr("Data loaded successfully."));
}
}