Does anyone know how to leave the gears fixed or show it all the time?
I have to move the mouse over the deck to appear them
If you have an addon that does this and could you please let me know, I would appreciate it.
You can achieve that using the Custom Background Image and Gear Icon. Once you install the add-on, open its folder and paste the following in the user_files/css/custom_deckbrowser.css file:
.gears {
visibility: visible !important;
}
The add-on changes the background and gears icon by default but you can revert this change from the config.
2 Likes
it worked, thank you