Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
new update message
Browse files Browse the repository at this point in the history
  • Loading branch information
zeankundev committed Sep 7, 2021
1 parent 05a0df3 commit 0ccf25a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist_ui/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53424,7 +53424,7 @@
Suside v${I.i8}
<ReloadIcon class="icon" title="Check for updates" :click="${function () {
N(() => {
new A.default({ title: 'No updates found' })
new A.default({ title: 'No updates found. Check back soon!' })
})
}}"/>
</Text>
Expand Down Expand Up @@ -54577,7 +54577,7 @@
label: 'menus.Help.CheckForUpdates',
action() {
N(() => {
new A.default({ title: 'No updates found' })
new A.default({ title: 'No updates found. Check back soon!' })
})
},
}
Expand Down
2 changes: 1 addition & 1 deletion src/interface/defaults/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ function getHelpMenu(button) {
action() {
checkForUpdates(() => {
new Notification({
title: 'No updates found',
title: 'No updates found. Check back soon!',
})
})
},
Expand Down
2 changes: 1 addition & 1 deletion src/interface/defaults/settings/pages/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function About() {
function checkForAnyUpdates() {
checkForUpdates(() => {
new Notification({
title: 'No updates found',
title: 'No updates found. Check back soon!',
})
})
}
Expand Down

0 comments on commit 0ccf25a

Please sign in to comment.