feat: rename desktop-applets.toml => config-applets.toml

This commit is contained in:
2026-05-28 20:00:54 +02:00
parent 90788e842f
commit e0778c1b2c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ using gui::desktop_applet::OpenFn;
using gui::desktop_applet::QueryFn;
static constexpr const char* DEFAULT_APPLET_ICON = "0:/icons/preferences-system.svg";
static constexpr const char* APPLET_CONFIG_NAME = "desktop-applets";
static constexpr const char* APPLET_CONFIG_NAME = "config-applets";
static constexpr const char* APPLET_TABLE_PREFIX = "applets.";
static constexpr uint32_t SYSTEM_CONFIGURATION_CAP =
gui::desktop_applet::CAP_SYSTEM_CONFIGURATION;