Settings dialog: Enabling the line edits for email and password.

This commit is contained in:
2026-05-08 14:45:42 +02:00
parent e3d0782344
commit f56a2a3314
2 changed files with 1 additions and 3 deletions

View File

@ -301,7 +301,7 @@ void MainWindow::fetchItems() {
}
void MainWindow::postItems() {
showStatusMessage(tr("Invoked 'Server|Post items'"));
showStatusMessage(tr("Invoked 'Server|Send items'"));
const QModelIndex currentIndex = ui->tableView->currentIndex();
const QByteArray jsonData = m_proxyModel->jsonDataForServer(currentIndex);
emit m_core->sendItemToServer(jsonData);