diff options
author | mio <stigma@disroot.org> | 2025-04-18 18:44:03 +1000 |
---|---|---|
committer | mio <stigma@disroot.org> | 2025-05-11 16:46:23 +1000 |
commit | d9afd6ce2b504f61945b021a427ea469285d19f9 (patch) | |
tree | 6bdfb379519e71ab9bb88c50ba717a1bbf463601 /src/app/volumeAction.h | |
parent | 6a71a1b4140d02f36e054ac3a57a832f8d9103ea (diff) | |
download | codeine-d9afd6ce2b504f61945b021a427ea469285d19f9.tar.gz codeine-d9afd6ce2b504f61945b021a427ea469285d19f9.zip |
Add mute checkbox to volume slider
Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5
Signed-off-by: mio <stigma@disroot.org>
Diffstat (limited to 'src/app/volumeAction.h')
-rw-r--r-- | src/app/volumeAction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/volumeAction.h b/src/app/volumeAction.h index 2645355..4012f85 100644 --- a/src/app/volumeAction.h +++ b/src/app/volumeAction.h @@ -18,6 +18,7 @@ class VolumeAction : public TDEToggleAction virtual int plug( TQWidget*, int ); public slots: + void setMuted(bool mute); // Update Slider and Label to \a volume void setVolume(int volume); |