Mercurial > libervia-desktop-kivy
annotate android/sat.conf @ 279:aea973de55d9
transfer (file): use native file chooser on desktop:
native file chooser is nicer and often more powerful than Kivy FileChooser.
Kivy FileChooser is still activable with an option, for platforms where native file chooser is not easy/possible to use. Kivy FileChooser is used on Android.
downloads_dir is now used as starting path on Android.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 20 Mar 2019 09:29:44 +0100 |
parents | 8f33a7c09214 |
children | ef77423ce500 |
rev | line source |
---|---|
61 | 1 [DEFAULT] |
63 | 2 bridge = pb |
61 | 3 log_level = debug |
66
94013a9481db
sat.conf: a # is added in front of backend logs, to differenciate from frontend logs
Goffi <goffi@goffi.org>
parents:
63
diff
changeset
|
4 log_fmt = #[%%(levelname)s][%%(name)s] %%(message)s |
61 | 5 |
6 [cagou] | |
7 log_level = debug | |
8 log_fmt = [%%(levelname)s][%%(name)s] %%(message)s |