Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
Autofocus input box on games switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 25, 2016
1 parent bcf68f1 commit baae3dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qml/GamesView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ Item {
checked = true
timer.start()
}

if (visible)
_input.focus = true
}

ChannelGrid {
Expand Down

0 comments on commit baae3dc

Please sign in to comment.