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

Fix linux bugreport menu item failure #1077

Merged
merged 2 commits into from
Jul 5, 2024
Merged

Commits on Jul 5, 2024

  1. Fix linux bugreport menu item failure

    On Linux/GTK menu items aren't actually created until they are added
    to a menu. The recently added bugreport menu item was Enable()d before
    adding, which fails on Linux.
    
    Fixes: #11400
    kk7ds committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8ae43d4 View commit details
    Browse the repository at this point in the history
  2. Fix URL in README.md

    kk7ds committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    36dfa46 View commit details
    Browse the repository at this point in the history