Added default dropdown value

pull/2905/head
Josua Frank 2 years ago
parent e63f7562f8
commit df47609671

@ -65,6 +65,7 @@ export default {
if (typeof this.$parent.notification.ntfyPriority === "undefined") {
this.$parent.notification.ntfyserverurl = "https://ntfy.sh";
this.$parent.notification.ntfyPriority = 5;
this.$parent.notification.ntfyAuthenticationMethod = "none";
}
},
};

Loading…
Cancel
Save