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

Fixed a bug that can't open a fileDialog to import/export a SDK file throughout the GUI. #250

Closed
wants to merge 3 commits into from

Commits on Aug 6, 2023

  1. Fixed a bug that can't import/export a SDK file from each QAction GUI.

    When export/import_SDKs_action is triggered, it sends False by default to the method, which is why the path argument receives False. To avoid this behavior and ensure None is passed instead, I used a lambda function.
    joji2468ng committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    6ce5db0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    eebffb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb6add View commit details
    Browse the repository at this point in the history