UI tweaks

This commit is contained in:
Serge
2023-05-07 11:17:45 +02:00
parent 479572e39d
commit 832f13d8e4
6 changed files with 25 additions and 2 deletions

View File

@@ -519,6 +519,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to GPU Settings.
/// </summary>
internal static string GPUSettings {
get {
return ResourceManager.GetString("GPUSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Key Bindings.
/// </summary>

View File

@@ -270,6 +270,9 @@
<data name="GPUModeUltimate" xml:space="preserve">
<value>dGPU exclusive</value>
</data>
<data name="GPUSettings" xml:space="preserve">
<value>GPU Settings</value>
</data>
<data name="KeyBindings" xml:space="preserve">
<value>Key Bindings</value>
</data>