Skip to content

Commit

Permalink
[TASK] Disable the live infos.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed Jun 4, 2017
1 parent cf3ba23 commit ead215c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyplanet/apps/core/pyplanet/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ async def on_start(self):
await self.setting.on_start()
await self.dev.on_start()

# Hide live infos (and move it in case something else activates it).
self.instance.ui_manager.properties.set_visibility('live_info', False)
self.instance.ui_manager.properties.set_attribute('live_info', 'pos', '-125. 84. 5.')

# Display logo.
await self.logo.display()

Expand Down

0 comments on commit ead215c

Please sign in to comment.