From ead5c225b59536d51c6d7b6eb4eb25cce089f41e Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 11 Oct 2018 00:15:52 -0400 Subject: [PATCH] Fixed separator for restore previous message action --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 878faef..8a7c6e9 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1178,6 +1178,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, restoreAction->setDisabled(m_lastTxMessage.isEmpty()); menu->addAction(restoreAction); + menu->addSeparator(); auto savedMenu = menu->addMenu("Saved messages..."); buildSavedMessagesMenu(savedMenu);