Qt: Update link

This commit is contained in:
Stenzek
2023-11-11 13:35:14 +10:00
parent 6d35d5983b
commit 3093d40869
2 changed files with 7 additions and 12 deletions

View File

@ -1304,7 +1304,7 @@ void MainWindow::onGitHubRepositoryActionTriggered()
void MainWindow::onIssueTrackerActionTriggered()
{
QtUtils::OpenURL(this, "https://github.com/stenzek/duckstation/issues");
QtUtils::OpenURL(this, "https://www.duckstation.org/issues.html");
}
void MainWindow::onDiscordServerActionTriggered()
@ -1360,9 +1360,6 @@ void MainWindow::onGameListEntryActivated()
return;
}
// we might still be saving a resume state...
// System::WaitForSaveStateFlush();
std::optional<std::string> save_path;
if (!entry->serial.empty())
{
@ -2644,12 +2641,6 @@ void MainWindow::requestExit(bool allow_confirm /* = true */)
void MainWindow::checkForSettingChanges()
{
#if 0
// FIXME: Triggers incorrectly
if (m_display_widget)
m_display_widget->updateRelativeMode(s_system_valid && !s_system_paused);
#endif
LogWindow::updateSettings();
updateWindowState();
}