pull/13965/head^2
Steven Powell 2022-04-15 11:49:26 -07:00
parent 7629745dd0
commit 4cf746311d
2 changed files with 0 additions and 2 deletions

View File

@ -112,7 +112,6 @@ Window::Window()
setLayout(layout);
resize(200, 250);
setWindowTitle(tr("minikube"));
setWindowIcon(*trayIconIcon);
}

View File

@ -148,7 +148,6 @@ private:
ClusterModel *clusterModel;
QTableView *clusterListView;
// Create cluster
void askCustom();
void askName();