Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Apr 1, 2024
1 parent 763fa9c commit 50861c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = 8
SPK_REV = 9
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = app
Expand Down
6 changes: 3 additions & 3 deletions src/app/rr-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Setting.Main", {
!e ||
(this.setActiveTab(e.itemId),
this.setStatusError({
text: "forminvalid"
text: "Please fill in the required field(s).",
}),
!1)
);
Expand Down Expand Up @@ -2293,7 +2293,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Setting.RRConfigTab", {
}, {
fieldLabel: 'layout',
name: 'layout',
allowBlank: false,
allowBlank: true,
xtype: 'syno_textfield',
}, {
fieldLabel: 'keymap',
Expand Down Expand Up @@ -2397,7 +2397,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Setting.SynoInfoTab", {
}, {
fieldLabel: 'Buzzer offen',
name: 'buzzeroffen',
allowBlank: false,
allowBlank: true,
xtype: 'syno_textfield',
}
]
Expand Down

0 comments on commit 50861c2

Please sign in to comment.