ApolloAPI
ApolloAPI copied to clipboard
Suppress startup wallpaper alert
Improved way to suppress the wallpaper alert that periodically pops up on start up.
The WallpaperPromptMostRecent2
NSUserDefaults key stores the date of the last time the wallpaper prompt was shown.
Setting it to an arbitrary date in the future makes it so the start up check passes and the popup will never be shown.
I kept the 'Dismiss' button modification you made in tact