fixed:bug 2608

This commit is contained in:
shaojun 2019-10-11 16:04:12 +08:00
parent 15e28e0d0e
commit 4fa9ffad54

View File

@ -246,7 +246,8 @@ void DockItemManager::refreshFSTItemSpliterVisible()
void DockItemManager::appItemAdded(const QDBusObjectPath &path, const int index)
{
int insertIndex = 0;
// 第一个是启动器
int insertIndex = 1;
// -1 for append to app list end
if (index != -1) {