Update stream view actions after opening a streams file

Fixes #312
This commit is contained in:
Srivats P 2021-09-25 12:41:31 +05:30
parent 5180f57202
commit 9c44bb8e12

View File

@ -1013,6 +1013,7 @@ void PortsWindow::on_actionOpen_Streams_triggered()
msgBox.exec(); msgBox.exec();
} }
dirName = QFileInfo(fileName).absolutePath(); dirName = QFileInfo(fileName).absolutePath();
updateStreamViewActions();
_exit: _exit:
return; return;