| 266 | } |
| 267 | |
| 268 | void ControllerMappingDialog::applyMappings() { |
| 269 | // Mappings are already applied in real-time, just close the dialog |
| 270 | accept(); |
| 271 | } |
| 272 | |
| 273 | bool ControllerMappingDialog::isDarkMode() const { |
| 274 | // Same logic as MainWindow::isDarkMode() |
nothing calls this directly
no outgoing calls
no test coverage detected