mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
refactor: remove debug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user