mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Add option "-splash" so we can disable the splash screen.
Don't show splash screen when -min is specified on the command line.
This commit is contained in:
parent
8c12851ed4
commit
ec4efde40c
2 changed files with 9 additions and 4 deletions
|
|
@ -187,6 +187,7 @@ bool AppInit2(int argc, char* argv[])
|
|||
" -gen \t\t " + _("Generate coins") + "\n" +
|
||||
" -gen=0 \t\t " + _("Don't generate coins") + "\n" +
|
||||
" -min \t\t " + _("Start minimized") + "\n" +
|
||||
" -splash \t\t " + _("Show splash screen on startup (default: 1)") + "\n" +
|
||||
" -datadir=<dir> \t\t " + _("Specify data directory") + "\n" +
|
||||
" -timeout=<n> \t " + _("Specify connection timeout (in milliseconds)") + "\n" +
|
||||
" -proxy=<ip:port> \t " + _("Connect through socks4 proxy") + "\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue