We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4379e commit cf87c44Copy full SHA for cf87c44
src/qml/PatchManagerPage.qml
@@ -138,10 +138,10 @@ Page {
138
PullDownMenu {
139
busy: view.busy
140
enabled: !busy
141
-
+
142
/*
143
Disabled due to discussion at https://github.com/sailfishos-patches/patchmanager/pull/272#issuecomment-1047685536
144
145
MenuItem {
146
text: qsTranslate("", "Deactivate all Patches")
147
onClicked: menuRemorse.execute( text, function() { PatchManager.call(PatchManager.unapplyAllPatches()) } )
0 commit comments