Set update app snackbar text in secondary

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-28 08:36:18 +02:00
parent 574152922d
commit b2a40d15fa
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export default class App extends Vue {
this.$buefy.snackbar.open({
queue: false,
indefinite: true,
type: "is-primary",
type: "is-secondary",
actionText: this.$t("Update app") as string,
cancelText: this.$t("Ignore") as string,
message: this.$t("A new version is available.") as string,