From af49fdaaf07f67d30c6bcc98da96c49e7745d3a5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-64JNFCF\\keyra" Date: Sun, 24 Dec 2023 17:49:22 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E8=A8=80=E5=A4=89=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/game-table-mask/game-table-mask.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/component/game-table-mask/game-table-mask.component.ts b/src/app/component/game-table-mask/game-table-mask.component.ts index d376a994..594b6ede 100644 --- a/src/app/component/game-table-mask/game-table-mask.component.ts +++ b/src/app/component/game-table-mask/game-table-mask.component.ts @@ -682,9 +682,9 @@ export class GameTableMaskComponent implements OnChanges, OnDestroy, AfterViewIn { name: 'ボーダーラインの表示', subActions: [ - { name: `${this.borderType == 0 ? '◉' : '○'} 操作時のみ`, action: () => { this.borderType = 0 }, checkBox: 'radio' }, - { name: `${this.borderType == 1 ? '◉' : '○'} 操作、非固定時`, action: () => { this.borderType = 1 }, checkBox: 'radio' }, - { name: `${this.borderType == 2 ? '◉' : '○'} 固定時も表示`, action: () => { this.borderType = 2 }, checkBox: 'radio' }, + { name: `${this.borderType == 0 ? '◉' : '○'} 操作時のみ表示`, action: () => { this.borderType = 0 }, checkBox: 'radio' }, + { name: `${this.borderType == 1 ? '◉' : '○'} 操作時、非固定`, action: () => { this.borderType = 1 }, checkBox: 'radio' }, + { name: `${this.borderType == 2 ? '◉' : '○'} 常に表示`, action: () => { this.borderType = 2 }, checkBox: 'radio' }, ], disabled: this.isScratching },