Base: fix compile errors in wino-mail-dtkqt (composeview UI, initializeComposition, startNewEmail, authenticator includes)

This commit is contained in:
2026-06-23 01:34:13 +02:00
parent 2a3a1a0470
commit 967231db3b
91 changed files with 43095 additions and 13646 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ void ReaderView::setupUI() {
m_deleteButton = new QPushButton("Delete");
m_deleteButton->setStyleSheet("color: red;");
QPushButton *m_detachButton = new QPushButton("独立 (Independent)");
m_detachButton->setToolTip("Open in separate window");
QPushButton *m_detachButton = new QPushButton("↗ Abrir en ventana");
m_detachButton->setToolTip("Abrir este correo en una ventana independiente");
actionsLayout->addWidget(m_replyButton);
actionsLayout->addWidget(m_forwardButton);