8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b17171 commit ca5686fCopy full SHA for ca5686f
pythonforandroid/bootstraps/sdl2/build/build.py
@@ -413,7 +413,7 @@ def parse_args(args=None):
413
ap.add_argument('--presplash', dest='presplash',
414
help=('A jpeg file to use as a screen while the '
415
'application is loading.'))
416
- ap.add_argument('--presplash-color', dest='presplash_color', default='#FFFFFFFF',
+ ap.add_argument('--presplash-color', dest='presplash_color', default='#000000',
417
help=('A string to set the loading screen background color. '
418
'Suported formats are: #RRGGBB #AARRGGBB or color names '
419
'like red, green, blue, etc.'))
0 commit comments