mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Add call settings (#5540)
This commit is contained in:
@@ -1197,3 +1197,21 @@ InfoTopBar {
|
||||
highlightBg: color;
|
||||
highlightDuration: int;
|
||||
}
|
||||
|
||||
LevelMeter {
|
||||
height: pixels;
|
||||
lineWidth: pixels;
|
||||
lineSpacing: pixels;
|
||||
lineCount: int;
|
||||
activeFg: color;
|
||||
inactiveFg: color;
|
||||
}
|
||||
|
||||
defaultLevelMeter: LevelMeter {
|
||||
height: 18px;
|
||||
lineWidth: 3px;
|
||||
lineSpacing: 5px;
|
||||
lineCount: 44;
|
||||
activeFg: mediaPlayerActiveFg;
|
||||
inactiveFg: mediaPlayerInactiveFg;
|
||||
}
|
||||
|
Reference in New Issue
Block a user