From 1b906212166dc2a30c0f9fd9c0b070414227a657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= <31169771+Blueforcer@users.noreply.github.com> Date: Fri, 31 Mar 2023 00:20:36 +0200 Subject: [PATCH] V0.45 - Introduces an function that allows users to add, remove, and rearrange multiple apps on the device at once via MQTT. This provides greater flexibility and customization options. Please note that this function is experimental and should be used with caution. https://blueforcer.github.io/awtrix-light/#/mqtt?id=addremove-and-rearange-apps --- src/DisplayManager.cpp | 1 + 1 file changed, 1 insertion(+) 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