defaults(refactor): remove global hack in filemanagersetdefaults

also added screensaver folder setting dialog for kobo
This commit is contained in:
Qingping Hou
2016-05-01 19:39:31 -07:00
parent f5b0f0dcd7
commit 60587e08c6
15 changed files with 395 additions and 288 deletions

View File

@@ -426,8 +426,6 @@ function ReaderUI:unlockDocumentWithPassword(document, try_again)
},
},
text_type = "password",
width = Screen:getWidth() * 0.8,
height = Screen:getHeight() * 0.2,
}
self.password_dialog:onShowKeyboard()
UIManager:show(self.password_dialog)