Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokariew committed Nov 29, 2019
1 parent 5c6dd3f commit e70b47f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,13 @@ class GabApp(App):
use_kivy_settings = False

def build(self):
self.version = '19.11'
self.sm = ScreenManager()
self.main = MainWidget(name='main')
self.nos = NosWidget(name='nos')
self.sm.add_widget(self.nos)
self.sm.add_widget(self.main)
self.title = 'PIEG'
self.title = f'PIEG {self.version}'
self.icon = 'data/pieg.png'
return self.sm

Expand Down

0 comments on commit e70b47f

Please sign in to comment.