Skip to content

Commit

Permalink
show gesture help screen by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed Jun 23, 2020
1 parent ddfe620 commit 44f090a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mini vMac/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ - (void)initDefaults {
@"speedValue": @(sharedEmulator.initialSpeed),
@"runInBackground": @NO,
@"autoSlow": @(sharedEmulator.initialAutoSlow),
@"screenFilter": kCAFilterLinear
@"screenFilter": kCAFilterLinear,
@"autoShowGestureHelp": @YES
};

NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
Expand Down

0 comments on commit 44f090a

Please sign in to comment.