forked from openkylin/ukui-panel
fix(taskview): 修复多任务视图按钮点击无效问题
This commit is contained in:
parent
32d6a8f175
commit
de3d2f6eff
|
@ -59,13 +59,15 @@ WidgetItem {
|
|||
anchors.fill: backGround
|
||||
hoverEnabled: true
|
||||
|
||||
TaskViewButton {
|
||||
id: taskviewButton
|
||||
}
|
||||
// TaskViewButton {
|
||||
// id: taskviewButton
|
||||
// }
|
||||
|
||||
onClicked: {
|
||||
taskviewButton.showTaskView();
|
||||
// taskviewButton.showTaskView();
|
||||
AppLauncher.runCommand("ukui-window-switch --show-workspace");
|
||||
}
|
||||
|
||||
Tooltip {
|
||||
id: tooltip
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Reference in New Issue