def store_details(category, app):
clear()
empty_local_app_cache()
with dialogs.WaitingMessage(text="Fetching app information...", title="TiLDA App Library"):
app.fetch_api_information()
clear()
if dialogs.prompt_boolean(app.description, title = str(app), true_text = "Install", false_text="Back"):
install(app)
dialogs.notice("%s has been successfully installed" % app)
评论列表
文章目录