Fix refreshing screen after manual synchronization

This commit is contained in:
Benjamin Renard 2024-09-22 19:16:49 +02:00
parent 9694fafbcd
commit 476587a970
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -1383,6 +1383,7 @@ on_sync_local_data_btn_click = function () {
pleaseWaitShow();
sync_local_data(function (success) {
pleaseWaitHide();
refresh_location();
});
};
propose_sync_local_data = function () {