Skip to content

Conversation

@murataslan1
Copy link

Summary

This PR adds the application name 'draw.io' to the update confirmation dialog to make it clear which application is requesting the update.

Problem

When the update dialog appears, it shows generic text like 'Update available' without mentioning which application. This can be confusing for users, especially on slower systems where the connection between the dialog and the application startup may not be obvious.

Before:

  • Title: 'Confirm Update'
  • Message: 'Update available...'

After:

  • Title: 'Confirm draw.io Update'
  • Message: 'Update for draw.io available...'

Changes

  • Modified src/main/electron.js to include 'draw.io' in the dialog title and message

Fixes #1229

Include 'draw.io' in the update dialog title and message to make it
clear which application is requesting the update. This helps users
identify the source of the update prompt, especially on slower systems
where the connection between the dialog and the application startup
may not be obvious.

Fixes jgraph#1229
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Application name missing in Confirm Update dialog

1 participant