This commit is contained in:
Eric Blade 2010-11-27 20:36:42 -05:00
parent 7402c57eb1
commit 336fee0f3d

View File

@ -1146,7 +1146,8 @@ You can find the full license texts in agpl-3.0.txt, gpl-2.0.txt, gpl-3.0.txt an
if options.hidden:
self.window.hide()
self.window.show()
if not options.hidden:
self.window.show()
self.visible = True # Flip on
self.load_profile(create_db = True)