MCPcopy Create free account
hub / github.com/ElementsProject/elements / getShowTrayIcon

Method getShowTrayIcon

src/qt/optionsmodel.h:86–86  ·  view source on GitHub ↗

Explicit getters */

Source from the content-addressed store, hash-verified

84
85 /* Explicit getters */
86 bool getShowTrayIcon() const { return m_show_tray_icon; }
87 bool getMinimizeToTray() const { return fMinimizeToTray; }
88 bool getMinimizeOnClose() const { return fMinimizeOnClose; }
89 int getDisplayUnit() const { return nDisplayUnit; }

Callers 1

setClientModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected