mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Forgot to remove implicit get/set
This commit is contained in:
parent
bafdc470e3
commit
3ced545d9e
@ -20,7 +20,7 @@ namespace DS4Windows.DS4Forms
|
|||||||
public string ProbingPath = "Lang";
|
public string ProbingPath = "Lang";
|
||||||
|
|
||||||
// Filter language assembly file names in order to ont include irrelevant assemblies to the combo box.
|
// Filter language assembly file names in order to ont include irrelevant assemblies to the combo box.
|
||||||
public string LanguageAssemblyName { get; set; } = "DS4Windows.resources.dll";
|
public string LanguageAssemblyName = "DS4Windows.resources.dll";
|
||||||
|
|
||||||
[Category("Action")]
|
[Category("Action")]
|
||||||
[Description("Fires when the combo box selected index is changed.")]
|
[Description("Fires when the combo box selected index is changed.")]
|
||||||
|
Loading…
Reference in New Issue
Block a user