9 lines
69 B
QML
9 lines
69 B
QML
import Quickshell
|
|
import QtQuick
|
|
|
|
Item {
|
|
Text {
|
|
text: "some"
|
|
}
|
|
}
|