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 two 'first run' bugs #62

Merged
merged 2 commits into from
Feb 13, 2022
Merged

Fix two 'first run' bugs #62

merged 2 commits into from
Feb 13, 2022

Commits on Jan 26, 2022

  1. Avoid crash on exit when no configuration is present.

    Specifically this is seen the first time the program
    runs on a system.
    
    tb2097#59
    skomra committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    2d6024d View commit details
    Browse the repository at this point in the history
  2. ensure the configuration directory is always present

    Currently the UI displays a blank ExpressKey window
    the first time the program is run. If we create the
    config directory earlier in the process the ExpressKey
    panel will always be visible.
    skomra committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    def4d5e View commit details
    Browse the repository at this point in the history