From 0899222f415b34b7a5529f0db28c0f7dd109be62 Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 13 Jan 2023 23:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=9B=B4=E6=96=B0=E8=BD=AC?= =?UTF-8?q?=E8=A7=92=E9=A3=98=E7=AA=97=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Components/TopToolBar/TopToolBar.tsx | 2 +- src/UI/IconEnum.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/Components/TopToolBar/TopToolBar.tsx b/src/UI/Components/TopToolBar/TopToolBar.tsx index 8a121153d..d40929bc1 100644 --- a/src/UI/Components/TopToolBar/TopToolBar.tsx +++ b/src/UI/Components/TopToolBar/TopToolBar.tsx @@ -213,7 +213,7 @@ export class TopToolBar extends React.Component<{}, {}> { svg: IconEnum.DrawWindow, title: "落地窗", command: CommandNames.LDC }, { svg: IconEnum.DrawLWindow, title: "转角窗", command: CommandNames.ZJC }, { svg: IconEnum.DrawPWindow, title: "飘窗", command: CommandNames.PC }, - { svg: IconEnum.DrawLWindow, title: "转角飘窗", command: CommandNames.ZJPC }, + { svg: IconEnum.DrawLPWindow, title: "转角飘窗", command: CommandNames.ZJPC }, ]; store.calcIconNumInTabs(); diff --git a/src/UI/IconEnum.ts b/src/UI/IconEnum.ts index 6e36f3110..1b9e7c443 100644 --- a/src/UI/IconEnum.ts +++ b/src/UI/IconEnum.ts @@ -200,6 +200,7 @@ export enum IconEnum DrawDoor = "DrawDoor.svg", DrawWindow = "DrawWindow.svg", DrawLWindow = "DrawLWindow.svg", + DrawLPWindow = "DrawLPCWindow.svg",//转角飘窗 DrawUWindow = "DrawUWindow.svg", DrawUWindow2 = "DrawUWindow2.svg", DrawPWindow = "DrawPWindow.svg",