fixes from another time

This commit is contained in:
Bitl 2020-07-21 18:45:31 -07:00
parent ecb0daf30d
commit 93380b7a19
2 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,6 @@ namespace NovetusLauncher
void SettingsButtonClick(object sender, EventArgs e)
{
WriteConfigValues();
LauncherFormCompactSettings im = new LauncherFormCompactSettings();
im.FormClosing += SettingsExited;
im.Show();

View File

@ -125,6 +125,7 @@ namespace NovetusLauncher
{
if (comboBox2.SelectedIndex == 6)
{
GlobalFuncs.Config(GlobalPaths.ConfigDir + "\\" + GlobalPaths.ConfigName, true);
CustomGraphicsOptions opt = new CustomGraphicsOptions();
opt.Show();
}