disabled NiceGUI auto-reload so shutdown button should work properly
This commit is contained in:
@@ -99,7 +99,7 @@ def nicegui_ui() -> None:
|
|||||||
.bind_value_to(timer, "interval")
|
.bind_value_to(timer, "interval")
|
||||||
.bind_value_to(label, "text")
|
.bind_value_to(label, "text")
|
||||||
)
|
)
|
||||||
ui.run()
|
ui.run(reload=False)
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user