This commit is contained in:
cuu
2021-10-24 19:39:56 +08:00
parent 5cb318cd56
commit cb0b5eb293
3 changed files with 10 additions and 11 deletions

View File

@@ -373,7 +373,7 @@ func (self *WareHouse) Init() {
self.Keyboard.FootMsg = [5]string{"Nav.","Add","ABC","Backspace","Enter"}
self.Keyboard.Screen = self.Screen
self.Keyboard.Init()
self.Keyboard.SetPassword("github.com/cuu/warehouse")
self.Keyboard.SetPassword("github.com/clockworkpi/warehouse")
self.Keyboard.Caller = self
self.PreviewPage = NewImageDownloadProcessPage()