Page MenuHomePhabricator

[electrum] set dark-mode automatically for ShowPopupLabel
ClosedPublic

Authored by PiRK on Feb 5 2024, 12:12.

Details

Summary

There are currently two callsites for this function, and both set this flag in the same way. So just set it in the function so callers don't have to care about it.

ColorScheme.dark_scheme is a boolean, True if the user set the appeareance to Dark in the general settings.

Test Plan

In electrumabc/version.py, decrease the version number (VERSION_TUPLE). Run Electrum ABC from source (./electrum-abc), wait for a few seconds, check that the update notification popup shows correctly in the status bar.

I tested it both in default mode and dark mode (menu Tools > Preferences > Color Theme, restart Electrum ABC).

Diff Detail

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