This commit is contained in:
end-4
2025-04-23 20:40:29 +02:00
parent 806230ff52
commit 41ffd0ac80
13 changed files with 491 additions and 7 deletions
@@ -145,6 +145,7 @@ Singleton {
property int large: 25
property int full: 9999
property int screenRounding: large
property int windowRounding: 20
}
font: QtObject {
@@ -30,6 +30,12 @@ Singleton {
property int timeout: 1000
}
property QtObject overview: QtObject {
property real scale: 0.18 // Relative to screen size
property real numOfRows: 2
property real numOfCols: 5
}
property QtObject resources: QtObject {
property int updateInterval: 3000
}
@@ -131,7 +131,6 @@ Item {
if (mouse.button === Qt.LeftButton) {
copyNotificationBody.running = true
notificationSummaryText.text = `${notificationObject.summary} (copied)`
console.log(notificationSummaryText.text)
}
}
onDragStartedChanged: () => {