From eb10aed5934a3b0348a9e004ff69658712a6f4aa Mon Sep 17 00:00:00 2001 From: Peter G Date: Wed, 23 Feb 2022 09:16:58 +0100 Subject: [PATCH] fixup! PatchmanagerPage: Reorder pulley menu entries (#272) --- src/qml/PatchManagerPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()) } )