Skip to content

Commit ea78b24

Browse files
committed
Add Help and Fullscreen window button
1 parent a74d1b3 commit ea78b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/synology-dsm7/target/client/FileBot.NodeClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Ext.define("FileBot.NodeClient.AppWindow", {
3333
}
3434
}],
3535
tools: [{
36-
id:'fullscreen',
36+
id: 'fullscreen',
3737
qtip: 'Open in New Tab',
3838
handler: function(event, element, panel) {
3939
window.open('/webman/3rdparty/filebot-node/index.html', '_blank')
4040
}
4141
}, {
42-
id:'help',
42+
id: 'help',
4343
qtip: 'Open Help',
4444
handler: function(event, element, panel) {
4545
window.open('https://www.filebot.net/syno/support.html', '_blank')

0 commit comments

Comments
 (0)