Skip to content

Commit

Permalink
Add an option to show tabs hidden by other addons
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 3, 2020
1 parent 5dd5c75 commit 4aecde4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions webextensions/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"config_fontSize_label": { "message": "Panel Font Size:" },
"config_fontSize_description": { "message": "*You can use any CSS font-size value." },
"config_applyThemeColorToIcon_label": { "message": "Apply theme color to the toolbar button (*You need to set \"svg.context-properties.content.enabled\" to \"true\" via \"about:config\" on Firefox 62 or later)" },
"config_includeHidden_label": { "message": "List tabs hidden by other addons also" },


"config_enableDragSelection_label": { "message": "Select tabs by dragging on items" },
Expand Down
1 change: 1 addition & 0 deletions webextensions/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"config_fontSize_label": { "message": "パネルの文字サイズ:" },
"config_fontSize_description": { "message": "※CSSの文字サイズを指定する任意の値を使用可能です" },
"config_applyThemeColorToIcon_label": { "message": "ツールバーのボタンにテーマの配色を反映する(※Firefox 62以降で、「about:config」で「svg.context-properties.content.enabled」を「true」に設定する必要があります)" },
"config_includeHidden_label": { "message": "他のアドオンによって非表示にされたタブもリスト中に表示する" },


"config_enableDragSelection_label": { "message": "項目のドラッグでタブを選択する" },
Expand Down
2 changes: 2 additions & 0 deletions webextensions/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ <h1>__MSG_config_general_caption__</h1>
<p><label><input id="applyThemeColorToIcon"
type="checkbox">
__MSG_config_applyThemeColorToIcon_label__</label></p>
<p><label><input id="includeHidden"
type="checkbox">__MSG_config_includeHidden_label__</label></p>
</fieldset>

<p><label><input id="enableDragSelection"
Expand Down

0 comments on commit 4aecde4

Please sign in to comment.