|
@@ -34,7 +34,9 @@ OBSAbout::OBSAbout(QWidget *parent) : QDialog(parent), ui(new Ui::OBSAbout)
|
|
|
|
|
|
|
|
ui->contribute->setText(QTStr("About.Contribute"));
|
|
ui->contribute->setText(QTStr("About.Contribute"));
|
|
|
|
|
|
|
|
- if (!steam) {
|
|
|
|
|
|
|
+ if (steam) {
|
|
|
|
|
+ delete ui->donate;
|
|
|
|
|
+ } else {
|
|
|
ui->donate->setText(
|
|
ui->donate->setText(
|
|
|
" <a href='https://obsproject.com/contribute'>" +
|
|
" <a href='https://obsproject.com/contribute'>" +
|
|
|
QTStr("About.Donate") + "</a>");
|
|
QTStr("About.Donate") + "</a>");
|