Merge pull request #13976 from spowelljr/addUserToGui
Add `--user` flag to GUI commandspull/13975/head
commit
78e10c2663
|
@ -519,7 +519,7 @@ bool Window::sendMinikubeCommand(QStringList cmds, QString &text)
|
||||||
if (program.isEmpty()) {
|
if (program.isEmpty()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
QStringList arguments;
|
QStringList arguments = { "--user", "minikube-gui" };
|
||||||
arguments << cmds;
|
arguments << cmds;
|
||||||
|
|
||||||
QProcess *process = new QProcess(this);
|
QProcess *process = new QProcess(this);
|
||||||
|
|
Loading…
Reference in New Issue