SYNC: diagram settings in premium

This commit is contained in:
SPRINX0\prochazka
2025-03-31 12:15:47 +02:00
committed by Diflow
parent 4fb1b0dbd1
commit 101173c87c
3 changed files with 14 additions and 15 deletions

View File

@@ -52,6 +52,7 @@
import CloseSearchButton from '../buttons/CloseSearchButton.svelte';
import DragColumnMemory from './DragColumnMemory.svelte';
import createRef from '../utility/createRef';
import { isProApp } from '../utility/proTools';
export let value;
export let onChange;
@@ -781,7 +782,7 @@
menu,
settings?.customizeStyle && [
{ divider: true },
{
isProApp() && {
text: 'Column properties',
submenu: [
{
@@ -794,7 +795,7 @@
},
],
},
{
isProApp() && {
text: `Columns - ${_.startCase(value?.style?.filterColumns || 'all')}`,
submenu: [
{