We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ce75a commit 3f953deCopy full SHA for 3f953de
dialog/settingsdlg.cpp
@@ -469,7 +469,7 @@ void SettingsDlg::changeStyle(const QString&){
469
appconf->setStylesheet(ui->styleSelect->itemData(ui->styleSelect->currentIndex()).toString());
470
}
471
void SettingsDlg::github(){
472
- QDesktopServices::openUrl(QUrl("https://github.com/ThePBone/Viper4Linux-GUI-Legacy"));
+ QDesktopServices::openUrl(QUrl("https://github.com/Audio4Linux/Viper4Linux-GUI"));
473
474
void SettingsDlg::glava_help(){
475
QMessageBox *msgBox = new QMessageBox(this);
0 commit comments