Fixed settings save bug
[someplayer] / src / toolswidget.cpp
index 62e9cea..cd3ee4c 100644 (file)
@@ -46,3 +46,7 @@ void ToolsWidget::_fullscreen_button() {
 void ToolsWidget::reset() {
        ui->searchLine->setText("");
 }
+
+void ToolsWidget::setFocus() {
+       ui->searchLine->setFocus();
+}