mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
show unsaved connections in connection tree
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
if (
|
||||
!$openedTabs.find(x => x.closedTime == null) &&
|
||||
!(await getConnectionList()).find(x => !x.unsaved) &&
|
||||
!(await getConnectionList()).length &&
|
||||
$commandsCustomized['new.connection']?.enabled
|
||||
) {
|
||||
openNewTab({
|
||||
|
||||
Reference in New Issue
Block a user