mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Add push-to-talk release delay.
This commit is contained in:
@@ -670,6 +670,23 @@ groupCallBoxLabel: FlatLabel(boxLabel) {
|
||||
groupCallRowBlobMinRadius: 27px;
|
||||
groupCallRowBlobMaxRadius: 29px;
|
||||
|
||||
groupCallDelayLabel: LabelSimple(defaultLabelSimple) {
|
||||
textFg: groupCallMembersFg;
|
||||
font: boxTextFont;
|
||||
}
|
||||
groupCallDelayLabelMargin: margins(22px, 10px, 20px, 5px);
|
||||
groupCallDelaySlider: MediaSlider(defaultContinuousSlider) {
|
||||
seekSize: size(15px, 15px);
|
||||
activeFg: groupCallActiveFg;
|
||||
inactiveFg: groupCallMemberNotJoinedStatus;
|
||||
activeFgOver: groupCallActiveFg;
|
||||
inactiveFgOver: groupCallMemberNotJoinedStatus;
|
||||
activeFgDisabled: groupCallActiveFg;
|
||||
inactiveFgDisabled: groupCallMemberNotJoinedStatus;
|
||||
receivedTillFg: groupCallMemberNotJoinedStatus;
|
||||
}
|
||||
groupCallDelayMargin: margins(22px, 5px, 20px, 10px);
|
||||
|
||||
callTopBarMuteCrossLine: CrossLineAnimation {
|
||||
fg: callBarFg;
|
||||
icon: icon {{ "calls/call_record_active", callBarFg }};
|
||||
|
||||
Reference in New Issue
Block a user