mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-18 07:14:20 +01:00
Added guide on first run
This commit is contained in:
@@ -21,7 +21,10 @@ class SubDisplays():
|
||||
self.log_display = LogDisplay(self.app)
|
||||
self.guide_display = GuideDisplay(self.app)
|
||||
|
||||
self.active_display = self.conversations_display
|
||||
if app.firstrun:
|
||||
self.active_display = self.guide_display
|
||||
else:
|
||||
self.active_display = self.conversations_display
|
||||
|
||||
def active(self):
|
||||
return self.active_display
|
||||
|
||||
Reference in New Issue
Block a user