Merge branch 'moveprem'

This commit is contained in:
SPRINX0\prochazka
2025-10-31 10:47:34 +01:00
12 changed files with 59 additions and 36 deletions

View File

@@ -691,7 +691,7 @@ registerCommand({
name: 'Export database',
toolbar: true,
icon: 'icon export',
testEnabled: () => getCurrentDatabase() != null && hasPermission(`dbops/export`),
testEnabled: () => getCurrentDatabase() != null && hasPermission(`dbops/export`) && isProApp(),
onClick: () => {
openImportExportTab({
targetStorageType: getDefaultFileFormat(getExtensions()).storageType,