MPR advanced exports

This commit is contained in:
Jan Prochazka
2025-10-26 09:33:48 +01:00
parent c741434e3c
commit 864797fc99
4 changed files with 6 additions and 2 deletions

View File

@@ -689,7 +689,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,