]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/Message.vue
Update AdGuardHome.vue
[github/bastienwirtz/homer.git] / src / components / Message.vue
index 6cc649ac2ffc532b4fe4f91b424a569045e161be..00ce158d7d96521930230bad7c6d23c3a1bbd8e4 100644 (file)
@@ -54,7 +54,7 @@ export default {
 
         // keep the original config value if no value is provided by the endpoint
         const message = this.message;
-        for (const prop of ["title", "style", "content"]) {
+        for (const prop of ["title", "style", "content", "icon"]) {
           if (prop in fetchedMessage && fetchedMessage[prop] !== null) {
             message[prop] = fetchedMessage[prop];
           }