Browse Source

Remove bogus setFocus call

Donald Carr 4 years ago
parent
commit
87e2211b20
1 changed files with 0 additions and 2 deletions
  1. 0 2
      qml/main.qml

+ 0 - 2
qml/main.qml

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