Skip to content

Commit 4e5f7af

Browse files
committed
reload Franz instead of all services on sleep resume
1 parent 683d834 commit 4e5f7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stores/AppStore.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ export default class AppStore extends Store {
364364
console.debug('reactivateServices: computer is offline, trying again in 5s, retries:', retryCount);
365365
setTimeout(() => this._reactivateServices(retryCount + 1), 5000);
366366
} else {
367-
console.debug('reactivateServices: reload all services');
368-
this.actions.service.reloadAll();
367+
console.debug('reactivateServices: reload Franz');
368+
window.location.reload();
369369
}
370370
}
371371

0 commit comments

Comments
 (0)