X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/420f89af99dab5eedda84f9d5df5e5d63d835420..refs/pull/5591/head:/app/Settings/AppSettingsStore.php diff --git a/app/Settings/AppSettingsStore.php b/app/Settings/AppSettingsStore.php index d830df639..e6fc466ba 100644 --- a/app/Settings/AppSettingsStore.php +++ b/app/Settings/AppSettingsStore.php @@ -51,6 +51,8 @@ class AppSettingsStore $this->destroyExistingSettingImage('app-icon-' . $size); setting()->remove('app-icon-' . $size); } + + $this->faviconHandler->restoreOriginal(); } }