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(client): Specify version when loading/saving MainWindow state #6584

Merged

Commits on Oct 6, 2024

  1. FIX(client): Specify version when loading/saving MainWindow state

    This fixes a crash caused by the state being incompatible between Qt 5 and 6.
    
    Also, by having MainWindow.ui's hash as part of the version seed we can avoid
    potential bugs/glitches that may arise when MainWindow's widgets are changed.
    davidebeatrici committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    8da6ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a03d4e View commit details
    Browse the repository at this point in the history