소스 검색

shorter button text

Rodja Trappe 3 년 전
부모
커밋
a97107a2ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -175,7 +175,7 @@ with example(async_button):
         await asyncio.sleep(5)
         ui.notify('Asynchronous task finished')
 
-    ui.button('Start asynchronous task', on_click=async_task)
+    ui.button('start async task', on_click=async_task)
 
 with example(ui.checkbox):
     ui.checkbox('check me', on_change=lambda e: checkbox_state.set_text(e.value))