From 44f090a506598ac8762ff1f1c11ce74e298cac74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20A=2E=20A=CC=81lvarez?= Date: Tue, 23 Jun 2020 19:19:28 +0200 Subject: [PATCH] show gesture help screen by default --- Mini vMac/AppDelegate.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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];