mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
...
This commit is contained in:
parent
e8c9c1e7f7
commit
78522c4b46
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user