Skip to content

Commit

Permalink
change settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyangXYZ committed Feb 1, 2024
1 parent 3003023 commit 6ccc8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
SignalEditTopology,
SignalResetCamera
} from '@/hooks/useStates'
import { Setting, DataAnalysis, Edit, Camera } from '@element-plus/icons-vue'
import { Setting, DataAnalysis, Edit, Camera, Operation } from '@element-plus/icons-vue'
import IconCube from './icons/IconCube.vue'
onKeyStroke('Escape', () => {
Expand Down Expand Up @@ -36,7 +36,7 @@ onKeyStroke('`', () => {
<el-tooltip effect="light" content="Network settings" :hide-after="0" placement="right-start">
<el-button class="btn" size="small" @click="SignalShowSettings = !SignalShowSettings">
<el-icon color="#aaa" size="20">
<Setting />
<Operation />
</el-icon>
</el-button>
</el-tooltip>
Expand Down

0 comments on commit 6ccc8ec

Please sign in to comment.