diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-18 23:16:55 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-18 23:16:55 +0900 |
| commit | 54779b25f59fa9afae886146f14236f5bd49f614 (patch) | |
| tree | d782f5390ca617b8db6b4b4f14db084baf1a7d48 /src/client/pages/settings/theme.vue | |
| parent | 12.14.0 (diff) | |
| download | misskey-54779b25f59fa9afae886146f14236f5bd49f614.tar.gz misskey-54779b25f59fa9afae886146f14236f5bd49f614.tar.bz2 misskey-54779b25f59fa9afae886146f14236f5bd49f614.zip | |
Clean up
Diffstat (limited to '')
| -rw-r--r-- | src/client/pages/settings/theme.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/pages/settings/theme.vue b/src/client/pages/settings/theme.vue index e284c8c6f5..d406cadb01 100644 --- a/src/client/pages/settings/theme.vue +++ b/src/client/pages/settings/theme.vue @@ -73,7 +73,6 @@ export default Vue.extend({ applyTheme(this.themes.find(x => x.id === this.theme)); }, - wallpaper() { if (this.wallpaper == null) { localStorage.removeItem('wallpaper'); |