1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 17:04:46 -04:00

Massive UI revamping (v7): updated version to alpha.2

This commit is contained in:
f4exb
2022-04-28 00:19:54 +02:00
parent 4990144a61
commit f8d3af287e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ MainWindow::MainWindow(qtwebapp::LoggerWithFile *logger, const MainParser& parse
m_fftWisdomProcess(nullptr)
{
qDebug() << "MainWindow::MainWindow: start";
setWindowTitle("SDRangel v7");
setWindowTitle("SDRangel");
m_instance = this;
m_mainCore->m_logger = logger;