Add battery slot to "storage slots" in android charger menu

This commit is contained in:
DBotThePony 2023-07-06 14:01:03 +07:00
parent 92fa4a4130
commit a935ce6874
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -41,6 +41,7 @@ class AndroidChargerMenu : MatteryPoweredMenu {
}
init {
addStorageSlot(batterySlot)
addInventorySlots()
}
}