Skip to content

Commit

Permalink
Fix typo in feedback email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Abir-Tx committed Mar 15, 2021
1 parent 61cec3f commit 5902357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void sfo::on_actionFeedback_triggered()
{
// TODO: Uncomment the line below in v2 -> report a bug menu bar item
// QDesktopServices::openUrl(QUrl("https://github.com/Abir-Tx/StudyFolderOrganizer-GUI/issues/new/choose", QUrl::TolerantMode));
QDesktopServices::openUrl(QUrl("mailto::[email protected]", QUrl::TolerantMode));
QDesktopServices::openUrl(QUrl("mailto:[email protected]", QUrl::TolerantMode));
}

void sfo::on_pushButton_2_clicked()
Expand Down

0 comments on commit 5902357

Please sign in to comment.