Skip to content

Commit f925d1e

Browse files
committed
add raxnmint as collaborator
1 parent ab938a1 commit f925d1e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/mainwindow.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,10 @@ void MainWindow::initUI() {
131131

132132
// Creator
133133
QLabel* creatorLabel = new QLabel(
134-
"<a href=\"https://github.com/sayedalimollah2602-prog\" "
135-
"style=\"color: #94A3B8; text-decoration: none;\">created by leVI</a>");
134+
"created by <a href=\"https://github.com/sayedalimollah2602-prog\" "
135+
"style=\"color: #94A3B8; text-decoration: none;\">leVI</a> & "
136+
"<a href=\"https://github.com/raxnmint\" "
137+
"style=\"color: #94A3B8; text-decoration: none;\">raxnmint</a>");
136138
creatorLabel->setStyleSheet("font-size: 11px;");
137139
creatorLabel->setAlignment(Qt::AlignCenter);
138140
creatorLabel->setOpenExternalLinks(true);

0 commit comments

Comments
 (0)