stats fixed

This commit is contained in:
SPRINX0\prochazka
2025-05-28 13:21:52 +02:00
parent 7b50a19b2c
commit 7a3b27227a
3 changed files with 8 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ registerCommand({
category: 'New',
toolbarOrder: 1,
name: 'Connection on Cloud',
testEnabled: () => !getCurrentConfig()?.runAsPortal && !getCurrentConfig()?.storageDatabase,
testEnabled: () => !getCurrentConfig()?.runAsPortal && !getCurrentConfig()?.storageDatabase && isProApp(),
onClick: () => {
openNewTab({
title: 'New Connection on Cloud',