disable unshare files popup until implemented

This commit is contained in:
Zlatin Balevsky
2019-06-15 12:12:08 +01:00
parent acd67733a5
commit 12db6857c1

View File

@ -324,7 +324,7 @@ class MainFrameView {
}
def showPopupMenu(JPopupMenu menu, MouseEvent event) {
menu.show(event.getComponent(), event.getX(), event.getY())
// menu.show(event.getComponent(), event.getX(), event.getY())
}
int selectedDownloaderRow() {