mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-08 14:34:35 +02:00
warehouse aplpha test pass
This commit is contained in:
@@ -67,7 +67,7 @@ type ConfirmPage struct {
|
||||
|
||||
func NewConfirmPage() *ConfirmPage {
|
||||
p := &ConfirmPage{}
|
||||
p.ListFont = Fonts["veramono20"]
|
||||
p.ListFont = MyLangManager.TrFont("veramono20")
|
||||
p.FootMsg = [5]string{"Nav", "", "", "Cancel", "Yes"}
|
||||
p.ConfirmText = "Confirm?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user