Skip to content

Commit

Permalink
fixup! PatchmanagerPage: Reorder pulley menu entries (sailfishos-patc…
Browse files Browse the repository at this point in the history
  • Loading branch information
nephros committed Feb 23, 2022
1 parent d73c169 commit eb10aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qml/PatchManagerPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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()) } )
Expand Down

0 comments on commit eb10aed

Please sign in to comment.