mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00
fix: 根据设计图调整插件位置
修改json中插件的顺序,亮度调整最下方,声音中间,媒体播放最上方 Log: 调整插件显示位置 Influence: 声音、亮度调整和媒体播放的显示位置 Bug: https://pms.uniontech.com/bug-view-181251.html Change-Id: I3a25fa659d63b35cddbfafe128a1fd0ba459434f
This commit is contained in:
parent
9b6d09ffab
commit
c6b2257f15
@ -1,4 +1,4 @@
|
||||
{
|
||||
"api": "2.0.0",
|
||||
"order": 2
|
||||
"order": 1
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"api": "2.0.0"
|
||||
"api": "2.0.0",
|
||||
"order": 3
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"api": "2.0.0",
|
||||
"order": 1,
|
||||
"order": 2,
|
||||
"depends-daemon-dbus-service": "org.deepin.dde.Audio1"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user