scrollbar width

This commit is contained in:
cutls
2021-01-09 17:51:35 +09:00
parent 1db56bcfbb
commit 40ac7b33a1
6 changed files with 54 additions and 1 deletions

View File

@@ -144,6 +144,10 @@
"notqt": "Disabled(Hide buttons on TLs)",
"apiQuote": "API(only some instances)",
"showBookmarkAction": "Show a bookmarking toot button",
"scrollBar": "Height of the scroll bar",
"thin": "Thin",
"normal": "Normal",
"thick": "Thick",
"main": "Default accounts of actions",
"mainwarn": "Main account can be set on Account Manager.",
"lastacct": "Account you used recently",

View File

@@ -142,6 +142,10 @@
"full": "本文・URL・アカウント名",
"notqt": "使わない(TL上にボタンも出さん)",
"apiQuote": "パラメーター(対応インスタンス)",
"scrollBar": "スクロールバーの太さ",
"thin": "スリム",
"normal": "並",
"thick": "ごっつい",
"main": "投稿後や起動時のアカウント",
"mainwarn": "メインアカウントはアカウント設定で選んどいてな。投稿以外のアカウント選択もこれ使うで。",
"lastacct": "最後に使用したアカウント",

View File

@@ -144,6 +144,10 @@
"notqt": "使わない(TL上にボタンも表示されません)",
"apiQuote": "パラメーター(対応インスタンス)",
"showBookmarkAction": "アクションボタンとしてブックマークを表示する",
"scrollBar": "スクロールバーの太さ",
"thin": "細い",
"normal": "普通",
"thick": "太い",
"main": "投稿後や起動時のアカウント",
"mainwarn": "メインアカウントはアカウント設定で指定できます。投稿以外のアカウント選択にも影響します。",
"lastacct": "最後に使用したアカウント",

View File

@@ -429,6 +429,30 @@ var tlConstruction = [
checkbox: yesno
}
},
{
id: 'scroll',
storage: 'scroll',
checkbox: true,
setValue: 'normalScrollBar',
text: {
head: '@@scrollBar@@',
desc: '',
checkbox: [
{
text: '@@thick@@',
value: 'thickScrollBar'
},
{
text: '@@normal@@',
value: 'normalScrollBar'
},
{
text: '@@thin@@',
value: 'thinScrollBar'
}
]
}
},
{
id: 'replySound',
storage: 'replySound',