fix(taskview): 修复多任务视图按钮点击无效问题

This commit is contained in:
hewenfei 2024-05-27 15:43:24 +08:00
parent 32d6a8f175
commit de3d2f6eff
1 changed files with 6 additions and 4 deletions

View File

@ -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