summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index d9ab8420..2f45b296 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -267,13 +267,16 @@ bool MainWindow::checkConfig() {
} else {
usePwgen = false;
}
- } /*else {
- QStringList ver = version.split(".");
- qDebug() << ver;
- if (ver[0] == "0" && ver[1] == "8") {
- // upgrade to 0.9
+ } else {
+// QStringList ver = version.split(".");
+// qDebug() << ver;
+// if (ver[0] == "0" && ver[1] == "8") {
+// // upgrade to 0.9
+// }
+ if (passwordChars.isEmpty()) {
+ passwordChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@#$%^&*()_-+={}[]|:;<>,.?";
}
- }*/
+ }
settings.setValue("version", VERSION);
if (Util::checkConfig(passStore, passExecutable, gpgExecutable)) {