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

Update about logo icon (colour) to denote the chain type of the QT instance in About/ Help Message Window/ Dialog #762

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 25, 2024

  1. gui: Update about logo icon to denote chain type

    Adding the networkStyle parameter to the HelpMessageDialog
    creator on utilitydialog, updating all calls where its instance
    is being created from bitcoingui.cpp. In the object itself,
    use this new parameter object to build the about window title and
    set the icon of the about logo widget.
    
    Also, set th correct chain type icon at the very beginning of
    GuiMain() where command line arguments were validated and most of
    the app settings were not initialised yet.
    pablomartin4btc committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5556860 View commit details
    Browse the repository at this point in the history