OSDN Git Service

Remove visibility of "share with individuals" because that information isn't currentl...
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / gui / MainMenuBar.java
index 2e73965..df6369e 100644 (file)
@@ -459,6 +459,7 @@ public class MainMenuBar extends QMenuBar {
 \r
                notebookShareAction = new QAction(tr("Share With Individuals"), this);\r
                notebookShareAction.setEnabled(false);\r
+               notebookShareAction.setVisible(false);\r
                notebookShareAction.triggered.connect(parent, "shareNotebook()");\r
                setupShortcut(notebookShareAction, "File_Notebook_Share");\r
                \r