다음 송출 명칭 변경
This commit is contained in:
@@ -223,8 +223,13 @@
|
|||||||
Style="{StaticResource ConsoleGhostButtonStyle}" />
|
Style="{StaticResource ConsoleGhostButtonStyle}" />
|
||||||
<Button
|
<Button
|
||||||
Command="{x:Bind ViewModel.ForceNextCommand}"
|
Command="{x:Bind ViewModel.ForceNextCommand}"
|
||||||
Content="다음 강제"
|
Style="{StaticResource ConsoleGhostButtonStyle}">
|
||||||
Style="{StaticResource ConsoleGhostButtonStyle}" />
|
<TextBlock TextAlignment="Center">
|
||||||
|
<Run Text="다음 컷" />
|
||||||
|
<LineBreak />
|
||||||
|
<Run Text="즉시 송출" />
|
||||||
|
</TextBlock>
|
||||||
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
Command="{x:Bind ViewModel.ResetQueueCommand}"
|
Command="{x:Bind ViewModel.ResetQueueCommand}"
|
||||||
Content="큐 초기화"
|
Content="큐 초기화"
|
||||||
@@ -264,7 +269,7 @@
|
|||||||
<Flyout>
|
<Flyout>
|
||||||
<TextBlock
|
<TextBlock
|
||||||
MaxWidth="280"
|
MaxWidth="280"
|
||||||
Text="빨강은 현재 송출 중, 노랑은 다음 송출 예정입니다. 다음은 순서를 바꾸지 않고 다음 예약만 이동합니다."
|
Text="빨강은 현재 송출 중, 노랑은 다음 송출 예정입니다. 목록의 다음 버튼은 다음 예약만 바꾸고, '다음 컷 즉시 송출'은 노란 컷을 바로 송출합니다."
|
||||||
TextWrapping="WrapWholeWords" />
|
TextWrapping="WrapWholeWords" />
|
||||||
</Flyout>
|
</Flyout>
|
||||||
</Button.Flyout>
|
</Button.Flyout>
|
||||||
|
|||||||
Reference in New Issue
Block a user