| 532 | } |
| 533 | |
| 534 | void MainWindow::onPassthroughToggled() |
| 535 | { |
| 536 | _trayIcon->changedDisableFx(ui->disableFX->isChecked()); |
| 537 | applyConfig(); |
| 538 | } |
| 539 | |
| 540 | void MainWindow::onRelinkRequested() |
| 541 | { |
nothing calls this directly
no test coverage detected