mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 07:57:26 +08:00
[+] Show alert in CI builds
This commit is contained in:
18
AquaMai/Resources/Locale.Designer.cs
generated
18
AquaMai/Resources/Locale.Designer.cs
generated
@@ -59,6 +59,24 @@ namespace AquaMai.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You are using AquaMai CI build version. This version is built from the latest mainline code and may contain undocumented configuration changes or potential issues..
|
||||
/// </summary>
|
||||
internal static string CiBuildAlertContent {
|
||||
get {
|
||||
return ResourceManager.GetString("CiBuildAlertContent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Important Notice: Test Version.
|
||||
/// </summary>
|
||||
internal static string CiBuildAlertTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("CiBuildAlertTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Loaded!.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user