mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
counter screen and interval checking in main.go
This commit is contained in:
@@ -263,7 +263,9 @@ func (self *SoundPage) WhenSliderDrag(val int) { //value 0 - 100
|
||||
if val <0 || val > 100 {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
self.Screen.TitleBar.SetSoundVolume(val)
|
||||
|
||||
SetVolume(val)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user