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

feat: option to disable #85

Merged
merged 6 commits into from
May 18, 2024

Commits on May 18, 2024

  1. refactor: config into new file

    Moves config from main file to a separate file.
    FireIsGood committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ae3f9e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0706db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d06fb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d777a79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f439cc View commit details
    Browse the repository at this point in the history
  6. refactor: change setup function to return nothing

    Previously, it returned a copy of the module. This is likely a bad
    pattern so it has been replaced by just having the user call the config
    attribut instead.
    FireIsGood committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c1010f7 View commit details
    Browse the repository at this point in the history