This commit is contained in:
JackAnderson5 2016-08-03 09:27:33 +03:00 committed by GitHub
parent 16b46bd1c4
commit d691db7ccd
1 changed files with 2 additions and 2 deletions

View File

@ -169,9 +169,9 @@ user in order to adapt or reload your UI. You can then overload the
if config is self.config:
token = (section, key)
if token == ('section1', 'key1'):
print('Our key1 have been changed to', value)
print('Our key1 has been changed to', value)
elif token == ('section1', 'key2'):
print('Our key2 have been changed to', value)
print('Our key2 has been changed to', value)
The Kivy configuration panel is added by default to the settings
instance. If you don't want this panel, you can declare your Application as