Add option to disable inspect buttons

Issue #22 new
John Reid created an issue

An additional option in “Voice generators’ options” to hide the '?' inspect godvoice generators would be nice. 😊

Comments (2)

  1. Cordarion the Grey

    You can achieve that by pasting

    #inventory .inspect_button {
        display: none;
    }
    

    into the “User CSS” field at the end of the options page.

  2. Log in to comment