Skip to content

Commit

Permalink
Added Done button to noUpdate dialog (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
srgnk authored and klaudiosinani committed Dec 21, 2018
1 parent 3a30cfa commit 5e00a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dialog.js
Expand Up @@ -105,7 +105,8 @@ class Dialog {
return this._create({
detail: `Tusk is running on the latest ${app.getVersion()} version`,
message: 'There are currently no updates available',
title: 'Tusk - No Update Available'
title: 'Tusk - No Update Available',
buttons: ['Done']
});
}

Expand Down

0 comments on commit 5e00a8b

Please sign in to comment.