Skip to content

Commit

Permalink
Add forgotten blue key in network adapter setup
Browse files Browse the repository at this point in the history
As this is mandatory with the new config stuff.
  • Loading branch information
Littlesat committed Jan 7, 2025
1 parent 5bcfe1d commit 3bd9966
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)
ConfigListScreen.__init__(self, self.list, session=self.session, fullUI=True, blue_button={'function': self.keySave, 'text': _("Activate Network Setting")})
self.createSetup()
self.onLayoutFinish.append(self.layoutFinished)
self.onClose.append(self.cleanup)
Expand Down

0 comments on commit 3bd9966

Please sign in to comment.