Skip to content

Commit

Permalink
Merge pull request #1140 from deXol/develop
Browse files Browse the repository at this point in the history
[BLE] Fetch notes after import
  • Loading branch information
limpkin authored Feb 5, 2023
2 parents 9dc82cf + 2124019 commit 77100ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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."));
}
Expand Down

0 comments on commit 77100ea

Please sign in to comment.