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()) {
|
||||
return false;
|
||||
}
|
||||
QStringList arguments;
|
||||
QStringList arguments = { "--user", "minikube-gui" };
|
||||
arguments << cmds;
|
||||
|
||||
QProcess *process = new QProcess(this);
|
||||
|
|
Loading…
Reference in New Issue