Skip to content

Commit

Permalink
Release 2.0.106-b5
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Jan 9, 2025
1 parent e025d3b commit 2bce29e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledfx",
"version": "2.0.106-b4",
"version": "2.0.106-b5",
"description": "LedFx v2 - BladeMOD!",
"author": "YeonV aka Blade",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import hexColor from '../../pages/Devices/EditVirtuals/EditMatrix/Actions/hexCol

const PixelGraphCanvasOffscreenWebGLSync = ({
virtId,
dummy = false,
// dummy = false,
className = '',
active = false,
intGraphs = false,
Expand Down
1 change: 0 additions & 1 deletion src/pages/Device/Effects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import TroubleshootButton from './TroubleshootButton'
import { Schema } from '../../components/SchemaForm/SchemaForm/SchemaForm.props'
import { EffectConfig, Virtual } from '../../store/api/storeVirtuals'
import { FullScreen, useFullScreenHandle } from 'react-full-screen'
import PixelCanvas from '../../components/PixelGraph/PixelGraphCanvas'

const configOrder = ['color', 'number', 'integer', 'string', 'boolean']

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Device/PresetButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
MenuItem
} from '@mui/material'
import { useLongPress } from 'use-long-press'
import { CloudOff, CloudUpload, CopyAll } from '@mui/icons-material'
import { CloudOff, CloudUpload } from '@mui/icons-material'
import useStore from '../../store/useStore'
import Popover from '../../components/Popover/Popover'

Expand Down

0 comments on commit 2bce29e

Please sign in to comment.