diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue-report.md | 2 | ||||
| -rw-r--r-- | src/mainwindow.cpp | 2 | ||||
| -rw-r--r-- | src/settingsdialog.ui | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md index b78b4e7a..5bc3c9b4 100644 --- a/.github/ISSUE_TEMPLATE/issue-report.md +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -8,7 +8,7 @@ assignees: '' --- ## The problem: -Briefly describe the issue you are experiencing. Tell us what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to our [Discord server](https://discord.gg/6GKR9jZ). +Briefly describe the issue you are experiencing. Tell us what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to our [Discord server](https://discord.gg/ewUVAqyrQX). ## To Reproduce: diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index dae91806..eb52350f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2332,7 +2332,7 @@ void MainWindow::gameSupportTriggered() void MainWindow::discordTriggered() { - shell::Open(QUrl("https://discord.gg/6GKR9jZ")); + shell::Open(QUrl("https://discord.gg/ewUVAqyrQX")); } void MainWindow::issueTriggered() diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 3ed66456..0c611ff0 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -17,7 +17,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>4</number> + <number>0</number> </property> <widget class="QWidget" name="generalTab"> <attribute name="title"> @@ -98,10 +98,10 @@ <item row="0" column="1"> <widget class="LinkLabel" name="label_33"> <property name="toolTip"> - <string>https://discord.gg/NRGqdt5suP</string> + <string notr="true">https://discord.gg/ewUVAqyrQX</string> </property> <property name="text"> - <string><a href="https://discord.gg/NRGqdt5suP">Help translate Mod Organizer on Discord</a></string> + <string><a href="https://discord.gg/ewUVAqyrQX">Help translate Mod Organizer on Discord</a></string> </property> <property name="openExternalLinks"> <bool>true</bool> @@ -1052,8 +1052,8 @@ If you disable this feature, MO will only display official DLCs this way. Please <rect> <x>0</x> <y>0</y> - <width>778</width> - <height>497</height> + <width>761</width> + <height>515</height> </rect> </property> <property name="autoFillBackground"> |
