More work on gettings things working.
This commit is contained in:
@@ -333,6 +333,10 @@ class VoicedMenu:
|
||||
['pactl', 'set-sink-volume', '@DEFAULT_SINK@', f'{volumePercent}%'],
|
||||
check=True
|
||||
)
|
||||
subprocess.run(
|
||||
['sudo', '-n', '/usr/lib/stormux/stormux_alsa_state.sh', 'store'],
|
||||
check=False
|
||||
)
|
||||
self.volume = volumePercent
|
||||
self.save_settings()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user