mirror of https://github.com/kivy/kivy.git
Merge branch 'master' of ssh://github.com/kivy/kivy
This commit is contained in:
commit
63c043b418
|
@ -112,7 +112,7 @@ class LoaderBase(object):
|
|||
implementation support it.). This setting impact the loader only at the
|
||||
beginning. Once the loader is started, the setting has no impact::
|
||||
|
||||
from kv.loader import Loader
|
||||
from kivy.loader import Loader
|
||||
Loader.num_workers = 4
|
||||
|
||||
The default value is 2 for giving a smooth user experience. You could
|
||||
|
|
Loading…
Reference in New Issue