diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 11:42:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 11:42:38 +0900 |
| commit | a9a7a89b8b286f2cd00c00311c5b7b2ea49cafe6 (patch) | |
| tree | c4b34f870f116e560d93b96844cecf6a089bc3f7 /src/client/app/common | |
| parent | Darken (diff) | |
| download | misskey-a9a7a89b8b286f2cd00c00311c5b7b2ea49cafe6.tar.gz misskey-a9a7a89b8b286f2cd00c00311c5b7b2ea49cafe6.tar.bz2 misskey-a9a7a89b8b286f2cd00c00311c5b7b2ea49cafe6.zip | |
#1506
Diffstat (limited to 'src/client/app/common')
| -rw-r--r-- | src/client/app/common/mios.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/app/common/mios.ts b/src/client/app/common/mios.ts index 6fed267d6e..463f763888 100644 --- a/src/client/app/common/mios.ts +++ b/src/client/app/common/mios.ts @@ -21,7 +21,9 @@ const defaultSettings = { showMaps: true, showPostFormOnTopOfTl: false, gradientWindowHeader: false, - showReplyTarget: true + showReplyTarget: true, + showMyRenotes: true, + showRenotedMyNotes: true }; //#region api requests |