mirror of
				https://github.com/MCV-Software/TWBlue.git
				synced 2025-11-03 21:37:05 +00:00 
			
		
		
		
	Changes the text for the logout button when is needed
This commit is contained in:
		@@ -153,6 +153,7 @@ class accountPanel(bufferController):
 | 
			
		||||
   self.buffer.change_login(login=False)
 | 
			
		||||
   widgetUtils.connect_event(self.buffer.login, widgetUtils.BUTTON_PRESSED, self.logout)
 | 
			
		||||
  else:
 | 
			
		||||
   self.buffer.change_login(login=True)
 | 
			
		||||
   widgetUtils.connect_event(self.buffer.login, widgetUtils.BUTTON_PRESSED, self.login)
 | 
			
		||||
 
 | 
			
		||||
 def login(self, *args, **kwargs):
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ import sys
 | 
			
		||||
 | 
			
		||||
speaker = None
 | 
			
		||||
 | 
			
		||||
def speak(text, interrupt=False):
 | 
			
		||||
def speak(text, interrupt=0):
 | 
			
		||||
 global speaker
 | 
			
		||||
 if not speaker:
 | 
			
		||||
  setup()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user