mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Fixed dictionary initialization
This commit is contained in:
parent
0f9bb0cda6
commit
da324233e2
@ -272,8 +272,9 @@ Cocoa_RegisterApp(void)
|
||||
}
|
||||
[NSApp finishLaunching];
|
||||
NSDictionary *appDefaults = [[NSDictionary alloc] initWithObjectsAndKeys:
|
||||
NO, @"AppleMomentumScrollSupported",
|
||||
NO, @"ApplePressAndHoldEnabled"];
|
||||
[NSNumber numberWithBool:NO], @"AppleMomentumScrollSupported",
|
||||
[NSNumber numberWithBool:NO], @"ApplePressAndHoldEnabled",
|
||||
nil];
|
||||
[[NSUserDefaults standardUserDefaults] registerDefaults:appDefaults];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user