show gesture help screen by default

This commit is contained in:
Jesús A. Álvarez 2020-06-23 19:19:28 +02:00
parent ddfe6201a6
commit 44f090a506
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ NSString *DocumentsChangedNotification = @"documentsChanged";
@"speedValue": @(sharedEmulator.initialSpeed),
@"runInBackground": @NO,
@"autoSlow": @(sharedEmulator.initialAutoSlow),
@"screenFilter": kCAFilterLinear
@"screenFilter": kCAFilterLinear,
@"autoShowGestureHelp": @YES
};
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];