From 91611e8375ccb8d35ba8dc0c2beb890dba071ece Mon Sep 17 00:00:00 2001 From: wjyrich Date: Fri, 7 Nov 2025 16:29:34 +0800 Subject: [PATCH] feat: add plugin update to tray whitelist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add plugin-update::update-state-key to the tray whitelist configuration This enables the plugin update indicator to be displayed in the system tray The change allows users to see update notifications directly from the dock tray feat: 添加插件更新到托盘白名单 在托盘白名单配置中添加 plugin-update::update-state-key 这使得插件更新指示器可以在系统托盘中显示 该更改允许用户直接从dock托盘中看到更新通知 PMS: TASK-383451 --- panels/dock/dconfig/org.deepin.ds.dock.tray.json | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/dock/dconfig/org.deepin.ds.dock.tray.json b/panels/dock/dconfig/org.deepin.ds.dock.tray.json index d3037a6ef..dc216dc66 100644 --- a/panels/dock/dconfig/org.deepin.ds.dock.tray.json +++ b/panels/dock/dconfig/org.deepin.ds.dock.tray.json @@ -44,6 +44,7 @@ "value": [ "disk-mount::mount-item-key", "uosai::uosai", + "plugin-update::update-state-key", "network::network-item-key" ], "serial": 0,