mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-12 17:38:13 +08:00
Improve game path getter
This commit is contained in:
18
res/App.Designer.cs
generated
18
res/App.Designer.cs
generated
@@ -86,15 +86,6 @@ namespace YaeAchievement.res {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Detected game location: {0}.
|
||||
/// </summary>
|
||||
internal static string ConfigInitGotPath {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfigInitGotPath", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to If correct, input Y; otherwise input N.
|
||||
/// </summary>
|
||||
@@ -104,6 +95,15 @@ namespace YaeAchievement.res {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You need start genshin once before exporting..
|
||||
/// </summary>
|
||||
internal static string ConfigNeedStartGenshin {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfigNeedStartGenshin", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Download: {0}.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user