| 455 | } |
| 456 | |
| 457 | void SettingsWindow::onPostInit() { |
| 458 | updateUiFromSettings(); |
| 459 | this->requestFirmwareVersion(); |
| 460 | this->m_trayIcon->checkUpdate(); |
| 461 | } |
| 462 | |
| 463 | void SettingsWindow::onEnableApi_Toggled(bool isEnabled) |
| 464 | { |
nothing calls this directly
no test coverage detected