Add per player mutes
This commit is contained in:
@@ -123,6 +123,13 @@ Container@SKIRMISH_STATS:
|
||||
Width: 60
|
||||
Height: 25
|
||||
Shadow: True
|
||||
Checkbox@MUTE:
|
||||
X: 457
|
||||
Width: 25
|
||||
Height: 25
|
||||
Checkmark: mute
|
||||
Background: checkbox-toggle
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
Container@SPECTATOR_TEMPLATE:
|
||||
Width: PARENT_RIGHT - 26
|
||||
Height: 25
|
||||
@@ -146,6 +153,13 @@ Container@SKIRMISH_STATS:
|
||||
Width: 191
|
||||
Height: 25
|
||||
Shadow: True
|
||||
Checkbox@MUTE:
|
||||
X: 457
|
||||
Width: 25
|
||||
Height: 25
|
||||
Checkmark: mute
|
||||
Background: checkbox-toggle
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
Button@KICK:
|
||||
X: 485
|
||||
Width: 25
|
||||
|
||||
@@ -117,6 +117,10 @@ in-progress = In progress
|
||||
accomplished = Accomplished
|
||||
failed = Failed
|
||||
|
||||
## GameInfoStatsLogic
|
||||
mute = Mute this player
|
||||
unmute = Unmute this player
|
||||
|
||||
## GameTimerLogic
|
||||
paused = Paused
|
||||
max-speed = Max Speed
|
||||
|
||||
Reference in New Issue
Block a user