Skip to content

Commit

Permalink
Revert "Add forgotten blue key in network adapter setup"
Browse files Browse the repository at this point in the history
This reverts commit 3bd9966.

This was not needed as the green button does the same as blue now
  • Loading branch information
Littlesat committed Jan 7, 2025
1 parent 8e053a4 commit 8f6ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/NetworkSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __init__(self, session, networkinfo, essid=None):
self.createConfig()

self.list = []
ConfigListScreen.__init__(self, self.list, session=self.session, fullUI=True, blue_button={'function': self.keySave, 'text': _("Activate Network Setting")})
ConfigListScreen.__init__(self, self.list, session=self.session, fullUI=True)
self.createSetup()
self.onLayoutFinish.append(self.layoutFinished)
self.onClose.append(self.cleanup)
Expand Down

0 comments on commit 8f6ea5e

Please sign in to comment.