Skip to content

Commit

Permalink
Merge pull request #1895 from ModOrganizer2/discord_link
Browse files Browse the repository at this point in the history
Discord link updates
  • Loading branch information
Silarn authored Oct 4, 2023
2 parents 7e50a26 + 57e9b7e commit e9a5e5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
10 changes: 5 additions & 5 deletions src/settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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>&lt;a href=&quot;https://discord.gg/NRGqdt5suP&quot;&gt;Help translate Mod Organizer on Discord&lt;/a&gt;</string>
<string>&lt;a href=&quot;https://discord.gg/ewUVAqyrQX&quot;&gt;Help translate Mod Organizer on Discord&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit e9a5e5b

Please sign in to comment.