Add Qt mining controls and update Agrarian copyrights

This commit is contained in:
root
2026-05-02 14:35:54 +00:00
parent 9b110d5523
commit 6821fadc3d
41 changed files with 164 additions and 41 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle* networkStyle)
QString copyrightTextBtc = QChar(0xA9) + QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers"));
QString copyrightTextDash = QChar(0xA9) + QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core developers"));
QString copyrightTextPIVX = QChar(0xA9) + QString(" 2015-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The PIVX Core developers"));
QString copyrightTextAgrarian = QChar(0xA9) + QString(" %1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Agrarian Core developers"));
QString copyrightTextAgrarian = QChar(0xA9) + QString(" 2022-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Agrarian Core developers"));
QString titleAddText = networkStyle->getTitleAddText();
QString font = QApplication::font().toString();