Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Belfagor2005 committed Oct 25, 2024
1 parent 89a61da commit a069c5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usr/lib/enigma2/python/Plugins/Extensions/vavoo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,10 @@ def restartGUI(self, answer):

def extnok(self, answer=None):
if answer is None:
# if self.changedEntry():
self.session.openWithCallback(self.extnok, MessageBox, _("Really close without saving settings?"))
# else:
# self.close()
if self['config'].isChanged():
self.session.openWithCallback(self.extnok, MessageBox, _("Really close without saving settings?"))
else:
self.close()
elif answer:
for x in self["config"].list:
x[1].cancel()
Expand Down

0 comments on commit a069c5b

Please sign in to comment.