Skip to content

Commit

Permalink
fix appinstance for widget
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Apr 7, 2024
1 parent 11c0dde commit 289cd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 = 21
SPK_REV = 22
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = app
Expand Down
2 changes: 1 addition & 1 deletion src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "widget",
"title": "RR Manager",
"icon": "images/rr-manager-{0}.png",
"appInstance": "SYNO.SDS.AdminCenter.Application",
"appInstance": "SYNOCOMMUNITY.RRManager.AppInstance",
"launchParam": "{\"fn\":\"SYNOCOMMUNITY.RRManager.Overview.Main\"}",
"depend": ["SYNO.SDS._Widget.GridPanel"],
"texts": "texts"
Expand Down

0 comments on commit 289cd4b

Please sign in to comment.