Skip to content

Commit

Permalink
Add Help and Fullscreen window button
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Aug 17, 2023
1 parent a74d1b3 commit ea78b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/synology-dsm7/target/client/FileBot.NodeClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Ext.define("FileBot.NodeClient.AppWindow", {
}
}],
tools: [{
id:'fullscreen',
id: 'fullscreen',
qtip: 'Open in New Tab',
handler: function(event, element, panel) {
window.open('/webman/3rdparty/filebot-node/index.html', '_blank')
}
}, {
id:'help',
id: 'help',
qtip: 'Open Help',
handler: function(event, element, panel) {
window.open('https://www.filebot.net/syno/support.html', '_blank')
Expand Down

0 comments on commit ea78b24

Please sign in to comment.