mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +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";
|
||||
|
||||
// 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")]
|
||||
[Description("Fires when the combo box selected index is changed.")]
|
||||
|
Loading…
Reference in New Issue
Block a user