mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
#31: Implement support for invisible interface. GUI implementation needs testing and possibly to be implemented.
This commit is contained in:
@@ -870,6 +870,8 @@ class Controller(object):
|
||||
pass
|
||||
if position == page.buffer.list.get_selected():
|
||||
page.session.sound.play("limit.ogg")
|
||||
else:
|
||||
page.session.db[page.name+"_pos"]=index
|
||||
try:
|
||||
output.speak(page.get_message(), True)
|
||||
except:
|
||||
@@ -888,6 +890,8 @@ class Controller(object):
|
||||
pass
|
||||
if position == page.buffer.list.get_selected():
|
||||
page.session.sound.play("limit.ogg")
|
||||
else:
|
||||
page.session.db[page.name+"_pos"]=index
|
||||
try:
|
||||
output.speak(page.get_message(), True)
|
||||
except:
|
||||
|
Reference in New Issue
Block a user