diff --git a/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go b/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go index 8af7cda..ad05318 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go +++ b/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go @@ -46,6 +46,9 @@ type BleForgetConfirmPage struct { func NewBleForgetConfirmPage() *BleForgetConfirmPage { p := &BleForgetConfirmPage{} + p.ListFont = UI.Fonts["veramono20"] + p.FootMsg = [5]string{"Nav","","","Cancel","Yes"} + p.ConfirmText = "Confirm Forget?" p.ConfirmPage.ConfirmText = p.ConfirmText