Skip to content

Commit

Permalink
Be careful not to notify the user of new Sonic Visualiser releases!
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Dec 21, 2023
1 parent 3179753 commit dc8fd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ MainWindow::MainWindow(AudioMode audioMode, MIDIMode midiMode, bool withOSCSuppo

SVDEBUG << "MainWindow: Creating version tester" << endl;
m_versionTester = new VersionTester
("sonicvisualiser.org", "latest-version.txt", SV_VERSION);
("sonicvisualiser.org", "latest-pp-version.txt", SV_VERSION);
connect(m_versionTester, SIGNAL(newerVersionAvailable(QString)),
this, SLOT(newerVersionAvailable(QString)));
} else {
Expand Down

0 comments on commit dc8fd48

Please sign in to comment.