mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 06:36:00 +00:00
shell tab
This commit is contained in:
@@ -119,7 +119,7 @@ export function registerFileCommands({
|
||||
toolbar: true,
|
||||
enabledStore: derived(
|
||||
[editorStore, editorStatusStore],
|
||||
([query, status]) => query != null && status && (status as any).isConnected
|
||||
([query, status]) => query != null && status && (status as any).canKill
|
||||
),
|
||||
onClick: () => (get(editorStore) as any).kill(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user