Skip to content

Commit b5eeb0d

Browse files
nephrosnephros
authored andcommitted
Set view busy when remorse is running
otherwise the view.busy is undefined. This had previously been handled differently but was overlookedin the changes about unapply all. See 573ce87 for the original handling, and PR sailfishos-patches#272.
1 parent f2635ec commit b5eeb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/PatchManagerPage.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Page {
257257
// }
258258
// section.property: "section"
259259

260-
property bool busy
260+
property bool busy: menuRemorse.active
261261
signal unapplyAll
262262
signal unapplyAllFinished
263263
signal applyPatchFinished(string patchName)

0 commit comments

Comments
 (0)