| 1573 | } |
| 1574 | |
| 1575 | double OverlayController::soundVolume() const |
| 1576 | { |
| 1577 | return settings::getSetting( |
| 1578 | settings::DoubleSetting::APPLICATION_appVolume ); |
| 1579 | } |
| 1580 | |
| 1581 | void OverlayController::setDesktopModeToggle( bool value, bool notify ) |
| 1582 | { |
nothing calls this directly
no test coverage detected