[GUI] Redesign and reorganize ImageVerify window.

This commit is contained in:
2025-10-26 18:04:26 +00:00
parent ff776397c5
commit b47bbb5680
5 changed files with 156 additions and 86 deletions

View File

@@ -6225,5 +6225,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("SSC_Label", resourceCulture);
}
}
public static string Title_Verify_image {
get {
return ResourceManager.GetString("Title_Verify_image", resourceCulture);
}
}
}
}