mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-23 23:21:49 +01:00
Set culture before init component for Welcome Dialog
It was working before. Related to issue #205.
This commit is contained in:
parent
bf601d2057
commit
f676e6257e
@ -17,14 +17,15 @@ namespace DS4Windows
|
||||
{
|
||||
public WelcomeDialog(bool loadConfig=false)
|
||||
{
|
||||
InitializeComponent();
|
||||
Icon = Properties.Resources.DS4;
|
||||
if (loadConfig)
|
||||
{
|
||||
Global.FindConfigLocation();
|
||||
Global.Load();
|
||||
Global.SetCulture(Global.UseLang);
|
||||
}
|
||||
|
||||
InitializeComponent();
|
||||
Icon = Properties.Resources.DS4;
|
||||
}
|
||||
|
||||
private void bnFinish_Click(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user