fix kodi widget
This commit is contained in:
@@ -34,7 +34,7 @@ function on_resume()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
init_url_from_args()
|
init_url_from_settings()
|
||||||
|
|
||||||
ui:set_folding_flag(true)
|
ui:set_folding_flag(true)
|
||||||
ui:show_buttons(buttons)
|
ui:show_buttons(buttons)
|
||||||
@@ -42,7 +42,7 @@ end
|
|||||||
|
|
||||||
function on_click(idx)
|
function on_click(idx)
|
||||||
if next(settings:get()) == nil then
|
if next(settings:get()) == nil then
|
||||||
aio:show_args_dialog()
|
settings:show_dialog()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user