]> BookStack Code Mirror - bookstack/blobdiff - app/Settings/AppSettingsStore.php
Tests: Updated comment test to account for new editor usage
[bookstack] / app / Settings / AppSettingsStore.php
index d830df639c604de305893f14cc0c6ba9d89a507d..e6fc466baa2e20d67110aebdf5e9e12e8f4a7576 100644 (file)
@@ -51,6 +51,8 @@ class AppSettingsStore
                 $this->destroyExistingSettingImage('app-icon-' . $size);
                 setting()->remove('app-icon-' . $size);
             }
+
+            $this->faviconHandler->restoreOriginal();
         }
     }