Cleanups
This commit is contained in:
parent
85c672a0f6
commit
b3d3e5dd06
|
@ -385,9 +385,10 @@ enum
|
||||||
|
|
||||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
bool ui_companion_start_on_boot = settings->bools.ui_companion_start_on_boot;
|
||||||
|
|
||||||
if (settings->bools.ui_companion_start_on_boot)
|
if (ui_companion_start_on_boot)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
[self showGameView];
|
[self showGameView];
|
||||||
|
|
Loading…
Reference in New Issue