From 9c44bb8e12c56eba2437671455fb9356261a3a18 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Sat, 25 Sep 2021 12:41:31 +0530 Subject: [PATCH] Update stream view actions after opening a streams file Fixes #312 --- client/portswindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/portswindow.cpp b/client/portswindow.cpp index d8ab96e..849cf0d 100644 --- a/client/portswindow.cpp +++ b/client/portswindow.cpp @@ -1013,6 +1013,7 @@ void PortsWindow::on_actionOpen_Streams_triggered() msgBox.exec(); } dirName = QFileInfo(fileName).absolutePath(); + updateStreamViewActions(); _exit: return;