Explorer and other URLs
This commit is contained in:
@@ -115,7 +115,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
|
||||
// File a bug
|
||||
QObject::connect(ui->actionFile_a_bug, &QAction::triggered, [=]() {
|
||||
QDesktopServices::openUrl(QUrl("https://hush.is/tg_support"));
|
||||
QDesktopServices::openUrl(QUrl("https://dragonx.is/tg"));
|
||||
});
|
||||
|
||||
// Set up check for updates action
|
||||
@@ -768,7 +768,7 @@ void MainWindow::setupStatusBar() {
|
||||
});
|
||||
menu.addAction(tr("Copy block explorer link"), [=]() {
|
||||
// auto explorer = Settings::getInstance()->getExplorer();
|
||||
QGuiApplication::clipboard()->setText("https://explorer.hush.is/tx/" + txid);
|
||||
QGuiApplication::clipboard()->setText("https://explorer.dragonx.is/tx/" + txid);
|
||||
});
|
||||
|
||||
menu.addAction(tr("View tx on block explorer"), [=]() {
|
||||
@@ -911,12 +911,12 @@ void MainWindow::addressBook() {
|
||||
}
|
||||
|
||||
void MainWindow::telegram() {
|
||||
QString url = "https://hush.is/telegram/";
|
||||
QString url = "https://hush.is/tg/";
|
||||
QDesktopServices::openUrl(QUrl(url));
|
||||
}
|
||||
|
||||
void MainWindow::website() {
|
||||
QString url = "https://hush.is";
|
||||
QString url = "https://dragonx.is";
|
||||
QDesktopServices::openUrl(QUrl(url));
|
||||
}
|
||||
|
||||
@@ -1421,7 +1421,7 @@ void MainWindow::setupTransactionsTab() {
|
||||
}
|
||||
menu.addAction(tr("Copy block explorer link"), [=]() {
|
||||
// auto explorer = Settings::getInstance()->getExplorer();
|
||||
QGuiApplication::clipboard()->setText("https://explorer.hush.is/tx/" + txid);
|
||||
QGuiApplication::clipboard()->setText("https://explorer.dragonx.is/tx/" + txid);
|
||||
});
|
||||
|
||||
menu.addAction(tr("View on block explorer"), [=] () {
|
||||
|
||||
Reference in New Issue
Block a user