Revert "MPR advanced exports"

This reverts commit 864797fc99.
This commit is contained in:
SPRINX0\prochazka
2025-12-10 07:34:06 +01:00
parent 7a8ff89c5c
commit 1d8ac3cf86
4 changed files with 2 additions and 5 deletions

View File

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