Skip to content

Commit 8be99fc

Browse files
committed
UI : remove issue tracker button
1 parent aab69b0 commit 8be99fc

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/duckstation-qt/mainwindow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,6 @@ void MainWindow::connectSignals()
21012101
connect(m_ui.actionViewSystemDisplay, &QAction::triggered, this, &MainWindow::onViewSystemDisplayTriggered);
21022102
connect(m_ui.actionViewGameProperties, &QAction::triggered, this, &MainWindow::onViewGamePropertiesActionTriggered);
21032103
connect(m_ui.actionGitHubRepository, &QAction::triggered, this, &MainWindow::onGitHubRepositoryActionTriggered);
2104-
connect(m_ui.actionIssueTracker, &QAction::triggered, this, &MainWindow::onIssueTrackerActionTriggered);
21052104
connect(m_ui.actionDiscordServer, &QAction::triggered, this, &MainWindow::onDiscordServerActionTriggered);
21062105
connect(m_ui.actionViewThirdPartyNotices, &QAction::triggered, this,
21072106
[this]() { AboutDialog::showThirdPartyNotices(this); });

src/duckstation-qt/mainwindow.ui

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
<string>&amp;Help</string>
128128
</property>
129129
<addaction name="actionGitHubRepository"/>
130-
<addaction name="actionIssueTracker"/>
131130
<addaction name="actionDiscordServer"/>
132131
<addaction name="separator"/>
133132
<addaction name="actionCheckForUpdates"/>
@@ -432,15 +431,6 @@
432431
<string>&amp;GitHub Repository...</string>
433432
</property>
434433
</action>
435-
<action name="actionIssueTracker">
436-
<property name="icon">
437-
<iconset resource="resources/duckstation-qt.qrc">
438-
<normaloff>:/icons/IssueTracker.png</normaloff>:/icons/IssueTracker.png</iconset>
439-
</property>
440-
<property name="text">
441-
<string>&amp;Issue Tracker...</string>
442-
</property>
443-
</action>
444434
<action name="actionDiscordServer">
445435
<property name="icon">
446436
<iconset resource="resources/duckstation-qt.qrc">

src/duckstation-qt/resources/duckstation-qt.qrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197
<file>icons/go-up-16.png</file>
198198
<file>icons/[email protected]</file>
199199
<file>icons/input-gaming.png</file>
200-
<file>icons/IssueTracker.png</file>
201200
<file>icons/[email protected]</file>
202201
<file>icons/list-add.png</file>
203202
<file>icons/[email protected]</file>

0 commit comments

Comments
 (0)