Merge pull request 'changed Discord text to Telegram for Help section' (#6) from jahway603/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/6
This commit is contained in:
@@ -109,7 +109,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
// Set up Feedback action
|
// Set up Feedback action
|
||||||
QObject::connect(ui->actionDonate, &QAction::triggered, this, &MainWindow::donate);
|
QObject::connect(ui->actionDonate, &QAction::triggered, this, &MainWindow::donate);
|
||||||
|
|
||||||
QObject::connect(ui->actionDiscord, &QAction::triggered, this, &MainWindow::telegram);
|
QObject::connect(ui->actionTelegram, &QAction::triggered, this, &MainWindow::telegram);
|
||||||
|
|
||||||
QObject::connect(ui->actionWebsite, &QAction::triggered, this, &MainWindow::website);
|
QObject::connect(ui->actionWebsite, &QAction::triggered, this, &MainWindow::website);
|
||||||
|
|
||||||
|
|||||||
@@ -1897,7 +1897,7 @@
|
|||||||
<string>&Help</string>
|
<string>&Help</string>
|
||||||
</property>
|
</property>
|
||||||
<addaction name="actionDonate"/>
|
<addaction name="actionDonate"/>
|
||||||
<addaction name="actionDiscord"/>
|
<addaction name="actionTelegram"/>
|
||||||
<addaction name="actionWebsite"/>
|
<addaction name="actionWebsite"/>
|
||||||
<addaction name="actionCheck_for_Updates"/>
|
<addaction name="actionCheck_for_Updates"/>
|
||||||
<addaction name="actionFile_a_bug"/>
|
<addaction name="actionFile_a_bug"/>
|
||||||
@@ -1952,9 +1952,9 @@
|
|||||||
<string>&Send DenioD Feedback</string>
|
<string>&Send DenioD Feedback</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionDiscord">
|
<action name="actionTelegram">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Hush Discord</string>
|
<string>&Hush Telegram</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionWebsite">
|
<action name="actionWebsite">
|
||||||
|
|||||||
Reference in New Issue
Block a user