MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / applyMappings

Method applyMappings

source/ControllerMappingDialog.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected