Skip to content

Commit

Permalink
Fix the issue with broken local update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Jul 12, 2024
1 parent 2ad6f66 commit 4bfe051
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = rr-manager
SPK_VERS = 2.0
SPK_REV = 62
SPK_REV = 63
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = ui
Expand Down Expand Up @@ -34,6 +34,7 @@ SERVICE_WIZARD_SHARE = wizard_download_dir
WIZARDS_DIR = $(WORK_DIR)/generated-wizards
WIZARDS = install_uifile upgrade_uifile
SUPPORTED_LANGUAGES = fre
support_aaprofile = yes

wizards: generated-wizards
include ../../mk/spksrc.spk.mk
Expand Down
3 changes: 3 additions & 0 deletions src/src/components/dialogs/uploadFileDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ export default
if (this.owner) {
this.owner.clearStatusBusy();
}
else if(this.parent.appWin) {
this.parent.appWin.clearStatusBusy();
}
else {
this.helper.unmask(this.parent);
this.parent.owner.appWin.clearStatusBusy();
Expand Down

0 comments on commit 4bfe051

Please sign in to comment.