opt.: container asks pwd repeatly

This commit is contained in:
lollipopkit
2024-03-08 02:14:06 -06:00
parent 2ddc29f45e
commit 519ca23556
2 changed files with 8 additions and 5 deletions

View File

@@ -592,7 +592,7 @@ class _ContainerPageState extends State<ContainerPage> {
Duration(seconds: Stores.setting.serverStatusUpdateInterval.fetch()),
(timer) {
if (mounted) {
_container.refresh();
_container.refresh(isAuto: true);
} else {
timer.cancel();
}