aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'main.js')
-rw-r--r--main.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.js b/main.js
index d304650..08b49be 100644
--- a/main.js
+++ b/main.js
@@ -145,6 +145,10 @@ function restoreSavedConnections() {
console.log(connection[1]);
createQueryExecutor(connection[1]);
}
+
+ if (connectionStore.size === 0) {
+ createNewConnectionDialog();
+ }
}
// TODO - only send messages to instance manager which will route request to correct webView, rather than