Stable-V.1.0.1
- screen refresh has been sped up to provide smoother experience
This commit is contained in:
@@ -117,7 +117,7 @@ class Main(MDScreen):
|
||||
|
||||
def initialize(self):
|
||||
try:
|
||||
Clock.schedule_interval(self.screen_updating, 2)
|
||||
Clock.schedule_interval(self.screen_updating, 1)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user