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

[Qt] Re-work settings restart and saving flow #1113

Merged

Commits on Nov 11, 2019

  1. [Qt] Retain command line arguments when restarting

    After changing a settings option that requires a wallet restart, retain
    any command line argument that was passed to the current program session
    and pass them to the restarted program session.
    Fuzzbawls committed Nov 11, 2019
    Copy the full SHA
    b0ed86e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. [Qt] Sanitize restart params when saving settings

    In the event that the wallet was started with one of the repair options,
    remove those options from the restarted session.
    Fuzzbawls committed Nov 12, 2019
    Copy the full SHA
    22836a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Copy the full SHA
    93f1c03 View commit details
    Browse the repository at this point in the history