Fix changes requested (#101)
- Fix code formatting issues. - Document `Presence`. - Improve `Presence.__lt__()` performance by defining a dict outside the method. - Make presence ball radius relative to uiScale and configurable from theme.
This commit is contained in:
@@ -273,6 +273,7 @@ controls:
|
||||
color offline: hsluv(0, 0, 30, 1)
|
||||
color border: "black"
|
||||
real opacity: 1.0
|
||||
real radius: 6.0 * uiScale
|
||||
|
||||
|
||||
// Specific interface parts
|
||||
|
@@ -279,6 +279,7 @@ controls:
|
||||
color offline: hsluv(0, 0, 30, 1)
|
||||
color border: "black"
|
||||
real opacity: 1.0
|
||||
real radius: 6.0 * uiScale
|
||||
|
||||
|
||||
// Specific interface parts
|
||||
|
Reference in New Issue
Block a user