Explorar el Código

fixed open intrabocal from login finder

master
Robin Thoni hace 10 años
padre
commit
f16728d5cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      ns_finder/widget.cpp

+ 1
- 1
ns_finder/widget.cpp Ver fichero

@@ -135,5 +135,5 @@ void Widget::on_btnSearchLogin_clicked()
135 135
 	#error "OS specific"
136 136
 	#endif
137 137
 #endif
138
-	QProcess::startDetached(exe, QStringList() << "-logins" << logins);
138
+	QProcess::startDetached(exe, QStringList() << "-login" << logins);
139 139
 }

Loading…
Cancelar
Guardar