diff --git a/src/DisplayManager.cpp b/src/DisplayManager.cpp index e76d577..5acf730 100644 --- a/src/DisplayManager.cpp +++ b/src/DisplayManager.cpp @@ -875,4 +875,5 @@ void DisplayManager_::updateAppVector(const char *json) // Update the apps vector, set it in the UI, and save settings Apps = std::move(newApps); ui.setApps(Apps); + saveSettings(); } \ No newline at end of file