misc look-and-feel tweaks

This commit is contained in:
2023-11-17 13:54:32 -07:00
parent fc70a11bd8
commit f36ecfd8db
4 changed files with 15 additions and 11 deletions

View File

@@ -655,11 +655,11 @@ export default class AccountViewView extends Vue {
this.$notify(
{
group: "alert",
type: "toast",
type: "success",
title: "Download Started",
text: "See your downloads directory for the backup.",
},
5000,
-1,
);
}