GUI: lots of mobile UI progress
This commit is contained in:
parent
0684521092
commit
2c18fe1051
5 changed files with 144 additions and 17 deletions
|
|
@ -19,7 +19,11 @@
|
|||
|
||||
#include "ta-log.h"
|
||||
|
||||
#ifdef IS_MOBILE
|
||||
int logLevel=LOGLEVEL_TRACE;
|
||||
#else
|
||||
int logLevel=LOGLEVEL_INFO;
|
||||
#endif
|
||||
|
||||
std::atomic<unsigned short> logPosition;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue