gui: fix first dashboard start crashing app

pull/14743/head
Steven Powell 2022-08-05 12:43:22 -07:00
parent 12d22dd338
commit 9b6aae7966
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Operator::Operator(AdvancedView *advancedView, BasicView *basicView, CommandRunn
m_stackedWidget = stackedWidget;
m_parent = parent;
m_isBasicView = true;
dashboardProcess = NULL;
connect(m_basicView, &BasicView::start, this, &Operator::startMinikube);
connect(m_basicView, &BasicView::stop, this, &Operator::stopMinikube);