mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fixed:bug 2608
This commit is contained in:
parent
15e28e0d0e
commit
4fa9ffad54
@ -246,7 +246,8 @@ void DockItemManager::refreshFSTItemSpliterVisible()
|
|||||||
|
|
||||||
void DockItemManager::appItemAdded(const QDBusObjectPath &path, const int index)
|
void DockItemManager::appItemAdded(const QDBusObjectPath &path, const int index)
|
||||||
{
|
{
|
||||||
int insertIndex = 0;
|
// 第一个是启动器
|
||||||
|
int insertIndex = 1;
|
||||||
|
|
||||||
// -1 for append to app list end
|
// -1 for append to app list end
|
||||||
if (index != -1) {
|
if (index != -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user