diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-28 21:49:32 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-28 21:49:32 +0000 |
| commit | b8beae97f2cf88a405001b1f4a51434e944c776e (patch) | |
| tree | 65f78641fee455f931823314e6e6db334f0a3e11 /main.js | |
| parent | 28ebae4525f35672acd6253b3022bdb8cdc1cbd1 (diff) | |
| download | sql-plus-plus-b8beae97f2cf88a405001b1f4a51434e944c776e.tar.xz sql-plus-plus-b8beae97f2cf88a405001b1f4a51434e944c776e.zip | |
Remove cross-schema autocomplete until it can be improved
Add pg database param to new connection config
Diffstat (limited to 'main.js')
| -rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ app.on("activate", () => { function createNewConnectionDialog() { newConnectionDialog = new BrowserWindow({ width: 400, - height: 600 + height: 640 }); newConnectionDialog.loadURL(url.format({ pathname: path.join(__dirname, "html", "new-connection.html"), |