mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Set Lang as default probing path
Otherwise, probing path is set after folder scanning occurs. Related to issue #196.
This commit is contained in:
parent
0d3fe3af81
commit
30dd8c48f6
@ -47,7 +47,7 @@ namespace DS4Windows.DS4Forms
|
||||
|
||||
[Category("Data")]
|
||||
[Description("If probing path has been changed in App.config, add the same string here.")]
|
||||
public string ProbingPath { get; set; } = "";
|
||||
public string ProbingPath { get; set; } = "Lang";
|
||||
|
||||
[Category("Data")]
|
||||
[Description("Filter language assembly file names in order to ont include irrelevant assemblies to the combo box.")]
|
||||
|
Loading…
Reference in New Issue
Block a user