mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00

任务栏使用了DApplication::setSingleInstance函数来限制单实例运行,但此函数有问题, dtkgui库提供了setSingelInstanceInterval来设置等待间隔,-1表示永远等待, 注意:依赖dtkgui>5.2.0.1 Log: 修复桌面出现多个任务栏的问题 Bug: https://pms.uniontech.com/zentao/bug-view-33650.html Bug: https://pms.uniontech.com/zentao/bug-view-32857.html