Skip to content

Commit

Permalink
Merge pull request #3487 from GhostofGeeeee/config.misc.pluginlist.fc…
Browse files Browse the repository at this point in the history
…_bookmarks_order

config.misc.pluginlist.fc_bookmarks_order fix and improve reset to default
  • Loading branch information
jbleyel authored Jan 4, 2025
2 parents d56712f + 81e9656 commit afa9e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/ChoiceBox.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def moveItem(self, direction):
def keyResetList(self):
def keyResetListCallback(answer):
if answer:
self.configOrder.value = ""
self.configOrder.value = self.configOrder.default
self.configOrder.save()

self.session.openWithCallback(keyResetListCallback, MessageBox, _("Reset list order to the default list order?"), MessageBox.TYPE_YESNO, windowTitle=self.getTitle())
Expand Down

0 comments on commit afa9e8a

Please sign in to comment.