summaryrefslogtreecommitdiff
path: root/Aktywator/MysqlSettings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/MysqlSettings.cs')
-rw-r--r--Aktywator/MysqlSettings.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MysqlSettings.cs b/Aktywator/MysqlSettings.cs
index df2fb15..ac46470 100644
--- a/Aktywator/MysqlSettings.cs
+++ b/Aktywator/MysqlSettings.cs
@@ -29,6 +29,7 @@ namespace Aktywator
Properties.Settings.Default.USER = eUser.Text;
Properties.Settings.Default.PASS = ePass.Text;
Properties.Settings.Default.PORT = ePort.Text;
+ Properties.Settings.Default.CONFIGURED = true;
Properties.Settings.Default.Save();
string msg = MySQL.test();