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

Method getMinimizeToTray

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

Source from the content-addressed store, hash-verified

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; }
90 QString getThirdPartyTxUrls() const { return strThirdPartyTxUrls; }

Callers 2

initializeResultMethod · 0.80
changeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected