bill пре 2 година
родитељ
комит
3d549b98c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/scene/content.tsx

+ 1 - 1
src/views/scene/content.tsx

@@ -72,7 +72,7 @@ export const SceneTabContent = ({type}: {type: SceneType}) => {
       const actions = getSceneActions(scene)
       
       if (scene.type === SceneType.SWKK) {
-        actions.push({ text: '仿真', action: () => {} })
+        // actions.push({ text: '仿真', action: () => {} })
       } else if (scene.type === SceneType.SWMX && scene.status !== ModelSceneStatus.RUN) {
         actions.push({ 
           text: '删除',