bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
106 stars 40 forks source link

Remember user's peer sort preference #371

Closed jarolrod closed 7 months ago

jarolrod commented 8 months ago

This sets the sort preference for the peers table in qsettings so that it can be remembered. Also addresses an issue where the id toggle button is always checked when you go back to the table even though the table is not sorted by id.

Build Artifacts

jarolrod commented 7 months ago

Updated from 979a984 to afcb1f7

changes: made qsettings setting name for the last sort in the peer list less generic

hebasto commented 7 months ago

Please rebase.

jarolrod commented 7 months ago

Updated from afcb1f7 to 9cd558e

Changes: rebased over main