Dialogs.py 文件源码

python
阅读 36 收藏 0 点赞 0 评论 0

项目:plugin.video.netflix 作者: asciidisco 项目源码 文件源码
def show_is_inactive_notify(self):
        """
        Shows notification that the inputstream addon isn't enabled.

        :returns: bool - Dialog shown
        """
        dlg = xbmcgui.Dialog()
        dialog = dlg.notification(
            heading=self.get_local_string(string_id=30028),
            message=self.get_local_string(string_id=30046),
            icon=xbmcgui.NOTIFICATION_ERROR,
            time=self.notify_time)
        return dialog
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号