From 4d4d518a2a029603bcc9ec3488c12a185999d314 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 22 Aug 2017 20:38:50 +0200 Subject: Displaying MySQL configuration on start-up only if MySQL has not been configured, regardless of password-less accounts Fixes #14 --- Aktywator/MySQL.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Aktywator/MySQL.cs') diff --git a/Aktywator/MySQL.cs b/Aktywator/MySQL.cs index 29b90b5..a4d19c2 100644 --- a/Aktywator/MySQL.cs +++ b/Aktywator/MySQL.cs @@ -86,5 +86,6 @@ namespace Aktywator public static string getUser() { return Properties.Settings.Default.USER; } public static string getPass() { return Properties.Settings.Default.PASS; } public static string getPort() { return Properties.Settings.Default.PORT; } + public static bool getConfigured() { return Properties.Settings.Default.CONFIGURED; } } } -- cgit v1.2.3