mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-07-26 09:18:39 +00:00
change download prompt wording
This commit is contained in:
@@ -227,7 +227,7 @@ autoUpdater.on('update-available', (updateInfo)=>{
|
||||
return;
|
||||
}
|
||||
|
||||
const msg = `Version ${updateInfo.version} is available: Would you like to download?`
|
||||
const msg = `Version v${updateInfo.version} is available. Would you like to download?`
|
||||
const title = 'Update Available';
|
||||
|
||||
let dialogOpts = {}
|
||||
|
||||
Reference in New Issue
Block a user