mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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
|
height: parent.height
|
||||||
width: visible ? quickSettingsParent.width : 0
|
width: visible ? quickSettingsParent.width : 0
|
||||||
Layout.minimumHeight: applet && applet.switchHeight
|
Layout.minimumHeight: applet && applet.switchHeight
|
||||||
onVisibleChanged: {print("OOOOOOO"+fullRepresentationModel+fullRepresentationView)
|
onVisibleChanged: {
|
||||||
if (visible) {
|
if (visible) {
|
||||||
for (var i = 0; i < fullRepresentationModel.count; ++i) {
|
for (var i = 0; i < fullRepresentationModel.count; ++i) {
|
||||||
if (fullRepresentationModel.get(i) === this) {
|
if (fullRepresentationModel.get(i) === this) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue