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

Method getMinimizeOnClose

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

Source from the content-addressed store, hash-verified

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; }
91 bool getUseEmbeddedMonospacedFont() const { return m_use_embedded_monospaced_font; }

Callers 1

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected