Skip to content

Commit 01897ca

Browse files
committed
Initial redesign
1 parent 0fdfc05 commit 01897ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/gui/generalsettings.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ GeneralSettings::GeneralSettings(QWidget *parent)
8080
});
8181

8282
connect(_ui->about_pushButton, &QPushButton::clicked, this, &GeneralSettings::showAbout);
83-
84-
if (!Theme::instance()->aboutShowCopyright()) {
85-
_ui->copyrightLabel->hide();
86-
}
8783
}
8884

8985
GeneralSettings::~GeneralSettings()

0 commit comments

Comments
 (0)