mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 02:33:32 +00:00
feat: Information of Update Channel
A lot of users have been confused when being notified of releases. Some users have their defaulted Update Channel to Stable. This is meant to showcase and inform that there's an option for releases. Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -6253,7 +6253,7 @@ void GMainWindow::CheckForUpdatesAutomatically() {
|
||||
msg_box.setWindowTitle(tr("Update Available"));
|
||||
msg_box.setText(tr("A new version of Citron is available: %1")
|
||||
.arg(QString::fromStdString(update_info.version)));
|
||||
msg_box.setInformativeText(tr("Click Help → Check for Updates to download it."));
|
||||
msg_box.setInformativeText(tr("Click Help → Check for Updates to download it. You can also choose whether you get notified of Stable or Nightly releases. Head over to Emulation -> Configure & go to the UI Tab and choose your selection within the Update Channel."));
|
||||
msg_box.setIcon(QMessageBox::Information);
|
||||
msg_box.setStandardButtons(QMessageBox::Ok);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user