Explorar el Código

Remove bogus setFocus call

Donald Carr hace 5 años
padre
commit
87e2211b20
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      qml/main.qml

+ 0 - 2
qml/main.qml

@@ -167,6 +167,4 @@ Item {
             }
         }
     }
-
-    Component.onCompleted: appWindow.setFocus()
 }