diff --git a/src/qml/PatchManagerPage.qml b/src/qml/PatchManagerPage.qml index c1434f8a7..97a829013 100644 --- a/src/qml/PatchManagerPage.qml +++ b/src/qml/PatchManagerPage.qml @@ -138,10 +138,10 @@ Page { PullDownMenu { busy: view.busy enabled: !busy - + /* Disabled due to discussion at https://github.com/sailfishos-patches/patchmanager/pull/272#issuecomment-1047685536 - + MenuItem { text: qsTranslate("", "Deactivate all Patches") onClicked: menuRemorse.execute( text, function() { PatchManager.call(PatchManager.unapplyAllPatches()) } )