refactor: remove debug
This commit is contained in:
parent
d2ac174427
commit
9264306a36
1 changed files with 0 additions and 6 deletions
|
|
@ -36,12 +36,6 @@ Rectangle {
|
|||
required property Toplevel modelData
|
||||
property Toplevel toplevel: modelData
|
||||
property bool isActive: ToplevelManager.activeToplevel === modelData
|
||||
onIsActiveChanged: {
|
||||
if (modelData) {
|
||||
Logger.log("Taskbar", `Item ${modelData.appId} active: ${isActive}`)
|
||||
}
|
||||
}
|
||||
|
||||
width: root.itemSize
|
||||
height: root.itemSize
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue