def init():
log("Initializing icons")
if not os.path.exists(path.get_overlay()):
_create_dirs()
sublime.set_timeout_async(provide, 0)
else:
sublime.set_timeout_async(_copy_specific, 0)
dump("All the necessary icons are provided")
评论列表
文章目录