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

Allow custom hints in XGUI for time parameters #224

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2024

  1. Remove hardcoded XGUI hint name for time arguments

    Time arguments can be used for things other than ban lengths, but
    having it like this would always show the hint in XGUI of
    "Ban Length:".
    JoshuaLeivers committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5067979 View commit details
    Browse the repository at this point in the history
  2. Update ban and banid's hints for XGUI change

    XGUI now sets its hint for time arguments based on the parameter's hint,
    rather than a hardcoded "Ban Length:" value.
    JoshuaLeivers committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8e63be3 View commit details
    Browse the repository at this point in the history