Skip to content

Commit

Permalink
Set view busy when remorse is running
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nephros authored and nephros committed Nov 26, 2024
1 parent f2635ec commit b5eeb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/PatchManagerPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Page {
// }
// section.property: "section"

property bool busy
property bool busy: menuRemorse.active
signal unapplyAll
signal unapplyAllFinished
signal applyPatchFinished(string patchName)
Expand Down

0 comments on commit b5eeb0d

Please sign in to comment.