Skip to content

Commit 289cd4b

Browse files
fix appinstance for widget
1 parent 11c0dde commit 289cd4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SPK_NAME = rr-manager
22
SPK_VERS = 2.0
3-
SPK_REV = 21
3+
SPK_REV = 22
44
SPK_ICON = src/rr-manager.png
55

66
DSM_UI_DIR = app

src/app/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"type": "widget",
2424
"title": "RR Manager",
2525
"icon": "images/rr-manager-{0}.png",
26-
"appInstance": "SYNO.SDS.AdminCenter.Application",
26+
"appInstance": "SYNOCOMMUNITY.RRManager.AppInstance",
2727
"launchParam": "{\"fn\":\"SYNOCOMMUNITY.RRManager.Overview.Main\"}",
2828
"depend": ["SYNO.SDS._Widget.GridPanel"],
2929
"texts": "texts"

0 commit comments

Comments
 (0)