We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b696994 commit 12e508fCopy full SHA for 12e508f
2 files changed
native/external-media-integration/src/model.rs
@@ -53,6 +53,7 @@ impl SystemMediaEvent {
53
volume: None,
54
}
55
56
+ #[allow(dead_code)]
57
pub const fn set_volume(volume: f64) -> Self {
58
Self {
59
type_: SystemMediaEventType::SetVolume,
0 commit comments