mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
default action on connection click: connect #332
This commit is contained in:
@@ -147,11 +147,11 @@ import { tick } from 'svelte';
|
||||
return;
|
||||
}
|
||||
|
||||
if (getCurrentSettings()['defaultAction.connectionClick'] == 'connect') {
|
||||
if (getCurrentSettings()['defaultAction.connectionClick'] == 'openDetails') {
|
||||
handleOpenConnectionTab();
|
||||
} else {
|
||||
await tick();
|
||||
handleConnect();
|
||||
} else {
|
||||
handleOpenConnectionTab();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user