From 37ba7529eae59f6de269e1226b7596d80d67fe1c Mon Sep 17 00:00:00 2001 From: masakih Date: Sat, 28 Jan 2017 21:32:16 +0900 Subject: [PATCH] =?utf8?q?UserDefaults=E3=81=AE=E8=A6=8F=E5=AE=9A=E5=80=A4?= =?utf8?q?=E3=82=92=E7=99=BB=E9=8C=B2=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?utf8?q?=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/HMAppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/KCD/HMAppDelegate.m b/KCD/HMAppDelegate.m index 1191d4fc..ced856bf 100644 --- a/KCD/HMAppDelegate.m +++ b/KCD/HMAppDelegate.m @@ -108,6 +108,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { + [NSUserDefaults registerAllDefaults]; [CustomHTTPProtocol setupCache]; NSUserNotificationCenter *unc = [NSUserNotificationCenter defaultUserNotificationCenter]; -- 2.11.0