Page MenuHomePhabricator

Fix start with the `-min` option
ClosedPublic

Authored by PiRK on Oct 9 2020, 09:09.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC5a62487f23d3: Fix start with the `-min` option
Summary

PR description:

When GUI starts with the -min option, the `Minimize to tray instead of
the taskbar` option works as expected now.

Backport of Core PR14517

Test Plan
ninja && ninja check
src/qt/bitcoin-qt -min

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 9 2020, 09:09
PiRK requested review of this revision.Oct 9 2020, 09:09
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/qt/bitcoingui.h
100 ↗(On Diff #24437)

Layout

/** 
 * Get the tray icon status.
 * Some systems have not "system tray" or "notification area" available.
 */
This revision is now accepted and ready to land.Oct 9 2020, 10:04

fix comment layout style