Set update app snackbar text in secondary
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
574152922d
commit
b2a40d15fa
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue