MCPcopy Create free account
hub / github.com/Atarity/Lightpack / toggleSettings

Method toggleSettings

Software/src/SettingsWindow.cpp:919–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919void SettingsWindow::toggleSettings()
920{
921 if(this->isVisible())
922 hideSettings();
923 else
924 showSettings();
925}
926
927
928// ----------------------------------------------------------------------------

Callers 1

onTrayIcon_ActivatedMethod · 0.80

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected