summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-08-22 20:46:40 +0200
committeremkael <emkael@tlen.pl>2017-08-22 20:46:40 +0200
commit1bb11519992d69339943cb20b50fcb7a84769fa7 (patch)
tree61a2a52e82659fb897e980740c76e2540e359386 /Aktywator/MainForm.cs
parent4c5ef38bee2cc8f2420ffac0b60dddc02f0589cc (diff)
parentdff9977d85ed30c038c7db4ba14a6a6239f377ed (diff)
Merge branch 'mysql-settings-flag' into 1.1-beta
Conflicts: Aktywator.txt
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r--Aktywator/MainForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 85ec29f..25268b6 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -31,7 +31,7 @@ namespace Aktywator
private void MainForm_Load(object sender, EventArgs e)
{
- if (MySQL.getPass() == "") (new MysqlSettings()).ShowDialog();
+ if (!MySQL.getConfigured()) (new MysqlSettings()).ShowDialog();
}
private void MainForm_Shown(object sender, EventArgs e)