We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cd697 commit 7acfbc7Copy full SHA for 7acfbc7
air_link/main_page.py
@@ -31,7 +31,7 @@ def main_page():
31
ui.codemirror().bind_value(app.storage.general, 'env').classes('h-32 border')
32
33
ui.label('Packages').classes('text-2xl')
34
- ui.input('Installation directory', value='~/robot').bind_value_to(app.storage.general, 'target_directory')
+ ui.input('Installation directory', value='~/robot').bind_value(app.storage.general, 'target_directory')
35
show_packages()
36
upload = ui.upload(auto_upload=True, on_upload=add_package).props('accept=.zip').classes('hidden')
37
ui.button('Upload package', icon='upload', on_click=lambda: upload.run_method('pickFiles')).props('outline')
0 commit comments