From 2124019c616085fdb8a278f84df00216bb8eed36 Mon Sep 17 00:00:00 2001 From: Oliver Toth Date: Sun, 5 Feb 2023 21:05:05 +0100 Subject: [PATCH] [BLE] Fetch notes after import --- src/MainWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 84949a8b..60dda268 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1563,6 +1563,7 @@ void MainWindow::dbImported(bool success, QString message) if (wsClient->isMPBLE()) { wsClient->sendGetUserCategories(); + wsClient->sendFetchNotes(); } QMessageBox::information(this, tr("Moolticute"), tr("Successfully imported and merged database into the device.")); }