Skip to content

Commit cf87c44

Browse files
committed
fixup! PatchmanagerPage: Reorder pulley menu entries (sailfishos-patches#272)
1 parent 0d4379e commit cf87c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qml/PatchManagerPage.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ Page {
138138
PullDownMenu {
139139
busy: view.busy
140140
enabled: !busy
141-
141+
142142
/*
143143
Disabled due to discussion at https://github.com/sailfishos-patches/patchmanager/pull/272#issuecomment-1047685536
144-
144+
145145
MenuItem {
146146
text: qsTranslate("", "Deactivate all Patches")
147147
onClicked: menuRemorse.execute( text, function() { PatchManager.call(PatchManager.unapplyAllPatches()) } )

0 commit comments

Comments
 (0)