Browse Source

Remove bogus setFocus call

Donald Carr 4 năm trước cách đây
mục cha
commit
87e2211b20
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      qml/main.qml

+ 0 - 2
qml/main.qml

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