Caedendi
Caedendi
I would love it if the reverse for this issue could be implemented, aka: Have this: ``` cs if (x == y) { Do(); } ``` Turn into this after...
Sorry for the necropost. I also just ran into this issue after adding the FontAwesome folder to my small practice website project folder. That added folder's main "all.css" file already...
@VampireChicken12 Thanks! BTW this add-on is amazing
Do you mean "Show taskbar border"? If no, where can I find that setting?
Thank you, that has fixed it. The setting name is quite cryptic though. What is it supposed to do and why is it related to showing/hiding tabs on extra taskbars?
> Some feedback: > * For the custom color option, I think it should probably have a D2RMM change to improve the UX for this. As is, it's a single...
https://www.nexusmods.com/diablo2resurrected/mods/343 I just stumbled upon this mod which converts a hex color string in a text field setting like `"#113355"` to an rgba color in `_profilehd.json`. It's a nice workaround...
The feature request I linked ([this one](https://github.com/olegbl/d2rmm/issues/16)) has just been implemented so this PR can be reworked to include a color field now!
Pushed a fix for the broken settings, mod should now work as intended. It was pretty late when I wrote the first commit lol.
If you like the feature changes but don't like the code style after the refactor, I could redo it in the old style if you'd really prefer that.