mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 18:32:45 +01:00
Picodrive-irixxxx as main picodrive version and volume notif centered
This commit is contained in:
@@ -33,7 +33,7 @@ increase_volume() {
|
||||
fi
|
||||
|
||||
# Notif
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
}
|
||||
|
||||
decrease_volume() {
|
||||
@@ -53,7 +53,7 @@ decrease_volume() {
|
||||
fi
|
||||
|
||||
# Notif
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
}
|
||||
|
||||
get_volume() {
|
||||
|
||||
Reference in New Issue
Block a user