diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:39:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:39:32 +0900 |
| commit | 0c63ec8157f0c54d780faf69aad63f4bcd7fd683 (patch) | |
| tree | fcdde0b76f4fb81c68e0ae31a433844d0f4fbfd7 /src/client/app/desktop/views/widgets | |
| parent | wip (diff) | |
| download | misskey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.gz misskey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.bz2 misskey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.zip | |
wip
Diffstat (limited to 'src/client/app/desktop/views/widgets')
| -rw-r--r-- | src/client/app/desktop/views/widgets/profile.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/widgets/profile.vue b/src/client/app/desktop/views/widgets/profile.vue index fa35138c31..91354324ce 100644 --- a/src/client/app/desktop/views/widgets/profile.vue +++ b/src/client/app/desktop/views/widgets/profile.vue @@ -4,7 +4,6 @@ <div class="egwyvoaaryotefqhqtmiyawwefemjfsd-body" :data-compact="props.design == 1 || props.design == 2" :data-melt="props.design == 2" - :data-darkmode="$store.state.device.darkmode" > <div class="banner" :style="$store.state.i.bannerUrl ? `background-image: url(${$store.state.i.bannerUrl})` : ''" |