pull/742/merge
Ludovic Rousseau 6 years ago committed by GitHub
commit c4e70e91ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,8 +30,8 @@ contextMenu.settings = function(e) {
{ title: build.iconic('dropbox', 'ionicons') + 'Set Dropbox', fn: settings.setDropboxKey },
{ },
{ title: build.iconic('info') + 'About Lychee', fn: () => window.open(lychee.website) },
{ title: build.iconic('wrench') + 'Diagnostics', fn: () => window.open('plugins/Diagnostics/') },
{ title: build.iconic('align-left') + 'Show Log', fn: () => window.open('plugins/Log/') },
{ title: build.iconic('wrench') + 'Diagnostics', fn: () => window.open('plugins/Diagnostics/index.php') },
{ title: build.iconic('align-left') + 'Show Log', fn: () => window.open('plugins/Log/index.php') },
{ },
{ title: build.iconic('account-logout') + 'Sign Out', fn: lychee.logout }
]

Loading…
Cancel
Save