boltgolt / boltobserv

🕹️ An external CS radar made specifically for observing
GNU General Public License v3.0
281 stars 32 forks source link

change background color with transparency #57

Closed MacawSelf closed 2 years ago

MacawSelf commented 2 years ago

I changed the color but the map's edge have not change to transparency

// Make the background of the window transparent
"transparent": false,

    // Change the background color of the window even with transparency
    // The color should be in hexadecimal color code
    // like #FFF or #FFFFFF to normal color and #80FFFFFF to color with transparency
    "backgroundColor": "#35395a46",

how to change the config to make it like this

boltgolt commented 2 years ago

Restored issue after OP edit. Seems to be a electron issue where the window decoration is not hidden