Enable companion UI start on boot if HAVE_DYNAMIC = false

This commit is contained in:
twinaphex 2017-02-24 02:19:01 +01:00
parent e6bdc9363c
commit b36683ba09

View File

@ -921,10 +921,14 @@ static const unsigned input_bind_timeout = 5;
static const unsigned menu_thumbnails_default = 3;
#ifdef IOS
#ifdef HAVE_DYNAMIC
static const bool ui_companion_start_on_boot = false;
#else
static const bool ui_companion_start_on_boot = true;
#endif
#else
static const bool ui_companion_start_on_boot = true;
#endif
static const bool ui_companion_enable = false;