fixes from another time
This commit is contained in:
parent
ecb0daf30d
commit
93380b7a19
|
|
@ -1176,7 +1176,6 @@ namespace NovetusLauncher
|
||||||
|
|
||||||
void SettingsButtonClick(object sender, EventArgs e)
|
void SettingsButtonClick(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
WriteConfigValues();
|
|
||||||
LauncherFormCompactSettings im = new LauncherFormCompactSettings();
|
LauncherFormCompactSettings im = new LauncherFormCompactSettings();
|
||||||
im.FormClosing += SettingsExited;
|
im.FormClosing += SettingsExited;
|
||||||
im.Show();
|
im.Show();
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,7 @@ namespace NovetusLauncher
|
||||||
{
|
{
|
||||||
if (comboBox2.SelectedIndex == 6)
|
if (comboBox2.SelectedIndex == 6)
|
||||||
{
|
{
|
||||||
|
GlobalFuncs.Config(GlobalPaths.ConfigDir + "\\" + GlobalPaths.ConfigName, true);
|
||||||
CustomGraphicsOptions opt = new CustomGraphicsOptions();
|
CustomGraphicsOptions opt = new CustomGraphicsOptions();
|
||||||
opt.Show();
|
opt.Show();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue