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 #597: The edit button is disabled #608

Merged
merged 2 commits into from
Aug 11, 2023
Merged

Commits on Aug 11, 2023

  1. Fix #597: The edit button is disabled

    For some reason due to Glib::IO::AppInfo::get_recommended_for_type failing to determine recommended apps for the "Open with" menu switching the edit button to sensitive fails. Checking $apps for being undefinied leaves the user without apps in the "Open with" menu but keeps the edit button enabled.
    Photon89 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2c6951c View commit details
    Browse the repository at this point in the history
  2. Disable "open with" menu if determining apps fails; catch undefined $…

    …apps on another occasion
    Photon89 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0c86d67 View commit details
    Browse the repository at this point in the history