mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2025-02-19 07:31:01 +00:00
show gesture help screen by default
This commit is contained in:
parent
ddfe6201a6
commit
44f090a506
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user