Anyway you can expose the GUI positioning to the config? Took me forever to find #1 which plugin was overlapping with Info Panel and #2 the setting to adjust.
Eventually found it in your .cs on line 9415:
RectTransform = { AnchorMin = "0.006 0.930", AnchorMax = "0.241 0.963" }and on line 9421:
RectTransform = { AnchorMin = "0.759 0.930", AnchorMax = "0.994 0.963" }Which is all fine, until I upgrade to some release in the future and my edit is patched out. Love the plugin minus some minor things like this and the messages needing to be adjusted in the Messages class.