Lots of uncommitted changes
This commit is contained in:
parent
daace49bfc
commit
497ca48ada
27 changed files with 909 additions and 134 deletions
|
|
@ -79,8 +79,6 @@ Scope {
|
|||
LazyLoader {
|
||||
loading: root.shooting
|
||||
active: root.visible
|
||||
onLoadingChanged: console.log(`loading set to ${loading} at ${new Date()}`)
|
||||
onActiveChanged: console.log(`active set to ${active} at ${new Date()}`)
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
|
@ -128,8 +126,6 @@ Scope {
|
|||
}
|
||||
|
||||
onReleased: {
|
||||
console.log(`area: ${selection.x} ${selection.y} ${selection.w} ${selection.h}`)
|
||||
|
||||
if (selection.w > 0 && selection.h > 0) {
|
||||
magickProc.running = true
|
||||
selectionComplete = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue