cloud account in statusbar

This commit is contained in:
SPRINX0\prochazka
2025-05-26 15:43:14 +02:00
parent 82fc1850cf
commit 60ecdadc74
2 changed files with 10 additions and 2 deletions

View File

@@ -216,7 +216,7 @@
$cloudConnectionsStore[data.conid] &&
!$cloudConnectionsStore[data.conid].singleDatabase &&
$openedConnections.includes(data.conid)}
getIsExpanded={data => $expandedConnections.includes(data.conid) && !data.singleDatabase}
getIsExpanded={data => $expandedConnections.includes(data.conid)}
setIsExpanded={(data, value) => {
expandedConnections.update(old => (value ? [...old, data.conid] : old.filter(x => x != data.conid)));
}}