Skip to content

Commit

Permalink
[satipclient] remove new config_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 committed Jul 30, 2024
1 parent 002ede4 commit 4b12e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satipclient/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,13 @@ def OnClose(self):

def DiscoveryStart(self):
self["shortcuts"].setEnabled(False)
self["config_actions"].setEnabled(False)
#self["config_actions"].setEnabled(False)
self["description"].setText(_("SAT>IP server discovering for %d seconds...") % (discoveryTimeoutMS // 1000))
satipdiscovery.DiscoveryStart()

def discoveryEnd(self):
self["shortcuts"].setEnabled(True)
self["config_actions"].setEnabled(True)
#self["config_actions"].setEnabled(True)
if not satipdiscovery.isEmptyServerData():
self.createServerConfig()
self.createSetup()
Expand Down

0 comments on commit 4b12e83

Please sign in to comment.