open directly to the Documents directory

This commit is contained in:
Jon Maddox 2013-03-20 22:44:11 -04:00
parent 8d500d2cf2
commit c551bca665

View File

@ -57,7 +57,7 @@
// Setup window
self.delegate = self;
[self pushViewController:[RADirectoryList directoryListOrGridWithPath:nil] animated:YES];
[self pushViewController:[RADirectoryList directoryListOrGridWithPath:kDOCSFOLDER] animated:YES];
_window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
_window.rootViewController = self;