Skip to content

Commit

Permalink
UI : remove issue tracker button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrlinkwii authored and stenzek committed Sep 18, 2024
1 parent 4c2da5e commit 0425e00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/duckstation-qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,6 @@ void MainWindow::connectSignals()
connect(m_ui.actionViewSystemDisplay, &QAction::triggered, this, &MainWindow::onViewSystemDisplayTriggered);
connect(m_ui.actionViewGameProperties, &QAction::triggered, this, &MainWindow::onViewGamePropertiesActionTriggered);
connect(m_ui.actionGitHubRepository, &QAction::triggered, this, &MainWindow::onGitHubRepositoryActionTriggered);
connect(m_ui.actionIssueTracker, &QAction::triggered, this, &MainWindow::onIssueTrackerActionTriggered);
connect(m_ui.actionDiscordServer, &QAction::triggered, this, &MainWindow::onDiscordServerActionTriggered);
connect(m_ui.actionViewThirdPartyNotices, &QAction::triggered, this,
[this]() { AboutDialog::showThirdPartyNotices(this); });
Expand Down
10 changes: 0 additions & 10 deletions src/duckstation-qt/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
<string>&amp;Help</string>
</property>
<addaction name="actionGitHubRepository"/>
<addaction name="actionIssueTracker"/>
<addaction name="actionDiscordServer"/>
<addaction name="separator"/>
<addaction name="actionCheckForUpdates"/>
Expand Down Expand Up @@ -432,15 +431,6 @@
<string>&amp;GitHub Repository...</string>
</property>
</action>
<action name="actionIssueTracker">
<property name="icon">
<iconset resource="resources/duckstation-qt.qrc">
<normaloff>:/icons/IssueTracker.png</normaloff>:/icons/IssueTracker.png</iconset>
</property>
<property name="text">
<string>&amp;Issue Tracker...</string>
</property>
</action>
<action name="actionDiscordServer">
<property name="icon">
<iconset resource="resources/duckstation-qt.qrc">
Expand Down
1 change: 0 additions & 1 deletion src/duckstation-qt/resources/duckstation-qt.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@
<file>icons/go-up-16.png</file>
<file>icons/[email protected]</file>
<file>icons/input-gaming.png</file>
<file>icons/IssueTracker.png</file>
<file>icons/[email protected]</file>
<file>icons/list-add.png</file>
<file>icons/[email protected]</file>
Expand Down

0 comments on commit 0425e00

Please sign in to comment.