chore: hide two actions that not ready to be in release

This commit is contained in:
Gary Wang 2021-07-10 17:07:35 +08:00
parent 6b2db55b84
commit 7d2816e544

View File

@ -411,9 +411,10 @@ void MainWindow::contextMenuEvent(QContextMenuEvent *event)
menu->addSeparator();
menu->addAction(m_am->actionHorizontalFlip);
#if 0
menu->addAction(m_am->actionFitInView);
menu->addAction(m_am->actionFitByWidth);
#endif // 0
menu->addSeparator();
menu->addAction(stayOnTopMode);
menu->addAction(protectedMode);