OSDN Git Service

Add shared notebook editing & syncing logic.
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / gui / MainMenuBar.java
index 4cd82f4..39ede05 100644 (file)
@@ -454,6 +454,7 @@ public class MainMenuBar extends QMenuBar {
                \r
                notebookPublishAction = new QAction(tr("Share With The World"), this);\r
                notebookPublishAction.setEnabled(false);\r
+               notebookPublishAction.setVisible(false);\r
                notebookPublishAction.triggered.connect(parent, "publishNotebook()");\r
                setupShortcut(notebookPublishAction, "File_Notebook_Publish");\r
 \r