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

Bookmark editor works better with fresh install #183

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

Commits on Feb 2, 2022

  1. Extract EditorFrame::enableMenus()

    This removes some code duplication regarding the activation of several
    menu items. As the cut menu item was not enabled in the other path this
    is left out to get the same behaviour as before.
    sba1 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    150c2e8 View commit details
    Browse the repository at this point in the history
  2. Create usable default config if default config file could not be found

    The previous behaviour was confusing to the user as it was necessary to
    explicitly create a new configuration also in this case, which was hard to
    guess and not very intuitive.
    sba1 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    b5950c5 View commit details
    Browse the repository at this point in the history