Skip to content

Commit

Permalink
[simplerss] add VK (button TEXT) in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored and littlesat committed Apr 10, 2023
1 parent dbf545a commit a8fe5dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simplerss/src/RSSSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from Components.Sources.StaticText import StaticText
from Components.ActionMap import ActionMap
from Screens.MessageBox import MessageBox
from Components.Sources.Boolean import Boolean


class RSSFeedEdit(Screen, ConfigListScreen):
Expand Down Expand Up @@ -78,6 +79,7 @@ def __init__(self, session, rssPoller=None):
self.list = []
ConfigListScreen.__init__(self, self.list, session)
self.createSetup()
self["VKeyIcon"] = Boolean(False)
self["key_red"] = StaticText(_("Cancel"))
self["key_green"] = StaticText(_("OK"))
self["key_yellow"] = StaticText(_("New"))
Expand Down

0 comments on commit a8fe5dd

Please sign in to comment.