Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update] Disabled Option #23

Merged
merged 3 commits into from
Apr 7, 2022
Merged

[Update] Disabled Option #23

merged 3 commits into from
Apr 7, 2022

Commits on Feb 25, 2022

  1. [Update] Disabled Option

    - Reworked .js code to work off of event listeners instead of trying to find the button based off every single document click
    - Added support for the "disabled" option parameter, takes a bool, when true you can't click on it
    - Disabled entry has a greyed out background
    - Added underline to header menu entry
    ItsANoBrainer committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    64c1946 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ItsANoBrainer authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    582f569 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. [Update] Hidden Option

    - Doesnt even create/render the option. Can be used instead of disable option
    ItsANoBrainer committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    00efddb View commit details
    Browse the repository at this point in the history