mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-13 04:48:18 +00:00
confwiz: make opening the welcome page options, off by default on windows, on on mac
This commit is contained in:
@ -2,4 +2,4 @@ import sys
|
||||
from allmydata.gui.confwiz import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv)
|
||||
main(sys.argv, open_welcome_page=False)
|
||||
|
Reference in New Issue
Block a user