mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-14 22:11:49 +00:00
8 lines
87 B
QML
8 lines
87 B
QML
Item {
|
|
id: lockscreen
|
|
|
|
Rectangle {
|
|
id: test
|
|
color: red
|
|
}
|
|
}
|