Fix Brightness & Tray
This commit is contained in:
parent
8e562e0701
commit
12092ca6f6
5 changed files with 23 additions and 13 deletions
|
|
@ -47,6 +47,7 @@ Singleton {
|
|||
// -----------
|
||||
function applyOpacity(color, opacity) {
|
||||
// Convert color to string and apply opacity
|
||||
if (!color) return "transparent"
|
||||
return color.toString().replace("#", "#" + opacity)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue