mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Drop debug
This commit is contained in:
parent
b5783fedf5
commit
c9f466117b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ DrawerBackground {
|
|||
height: parent.height
|
||||
width: visible ? quickSettingsParent.width : 0
|
||||
Layout.minimumHeight: applet && applet.switchHeight
|
||||
onVisibleChanged: {print("OOOOOOO"+fullRepresentationModel+fullRepresentationView)
|
||||
onVisibleChanged: {
|
||||
if (visible) {
|
||||
for (var i = 0; i < fullRepresentationModel.count; ++i) {
|
||||
if (fullRepresentationModel.get(i) === this) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue