diff --git a/Mini vMac/AppDelegate.m b/Mini vMac/AppDelegate.m index ec16606..087c522 100644 --- a/Mini vMac/AppDelegate.m +++ b/Mini vMac/AppDelegate.m @@ -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];