update todo
[sface.git] / sface.py
index eca288b..a66d739 100644 (file)
--- a/sface.py
+++ b/sface.py
@@ -37,8 +37,11 @@ QLabel {
 
 
     win = MainWindow()
+    win.redirectOutputToLog()
     win.setWindowTitle("Sface: SFA Interface")
     win.show()
+    win.raise_()
+    win.activateWindow()
     app.setActiveWindow(win)
 
     sys.exit(app.exec_())