Skip to content

Commit

Permalink
文言変更。
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanasu committed Dec 24, 2023
1 parent 1885bf6 commit c9dfc3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,11 +680,11 @@ export class GameTableMaskComponent implements OnChanges, OnDestroy, AfterViewIn
},
ContextMenuSeparator,
{
name: 'ボーダーの表示',
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 == 2 ? '◉' : '○'} 固定時も表示`, action: () => { this.borderType = 2 }, checkBox: 'radio' },
],
disabled: this.isScratching
},
Expand Down

0 comments on commit c9dfc3e

Please sign in to comment.