ackwell / BrowserHost

Dalamud plugin for in-game browser rendering. Think OverlayPlugin, but it's in the game itself.
GNU Lesser General Public License v3.0
9 stars 12 forks source link

Add visibility option to inlays #7

Closed zacharied closed 3 years ago

zacharied commented 4 years ago

I often found myself wanting to hide or show inlays via macros, so I added an option to the Inlay class and created a handler for the command to allow for hiding and showing.

(Sorry for the weird redundant cast on BrowserHost.Plugin/Inlay.cs:76, I had to do it to get the plugin to compile).

ackwell commented 3 years ago

I completely missed this PR, apologies. Will take a look tomorrow or so.