Prevent instant refreshing of failed listing

This commit is contained in:
Maze 2022-01-15 01:42:37 +01:00
parent bf76510e8b
commit 7889719574

View File

@ -246,7 +246,7 @@ HBox {
Timer {
interval: 1000
running:
fetchServersFutureId === "" &&
// fetchServersFutureId === "" &&
ModelStore.get("homeservers").count === 0
repeat: true