Page MenuHomePhabricator

[electrum] ConfigKeys (7/n): GUI configs
ClosedPublic

Authored by PiRK on Wed, May 6, 16:04.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC4866ba28dd5a: [electrum] ConfigKeys (7/n): GUI configs
Summary

Continue the work started in D19921. This focuses on GUI display configurations.

Test Plan

ninja check-electrum check-electrum-functional

Run the GUI, check that settings are persisted accross restarts (show/hide console tab or address format button)

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

found the issue: TIL that errors in a @property getter method are obfuscated by a simpler AttributeError: 'ElectrumGui' object has no attribute 'linux_qt_use_custom_fontconfig'

PiRK published this revision for review.Wed, May 6, 16:11

self-review: fix the default for linux_qt_use_custom_fontconfig

This revision is now accepted and ready to land.Thu, May 7, 08:25
This revision was automatically updated to reflect the committed changes.