Skip to content

Commit

Permalink
3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Jul 24, 2020
1 parent 9d582bb commit b94ca18
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "ImprovedTube",
"version": "3.4",
"version_name": "3.4",
"version": "3.5",
"version_name": "3.5",
"icons": {
"16": "assets/icons/16.png",
"32": "assets/icons/32.png",
Expand Down
7 changes: 7 additions & 0 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ Menu.header.section_end.button_vert.onClickRender.settings = {
}, {
value: 'fr',
label: 'Français'
}, {
value: 'id',
label: 'Bahasa Indonesia'
}, {
value: 'it',
label: 'Italiano'
Expand Down Expand Up @@ -2890,6 +2893,10 @@ Satus.storage.import(function() {
type: 'button',
label: 'Français'
},
id: {
type: 'button',
label: 'Bahasa Indonesia'
},
it: {
type: 'button',
label: 'Italiano'
Expand Down
4 changes: 4 additions & 0 deletions src/template/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Satus.storage.import(function() {
type: 'button',
label: 'Français'
},
id: {
type: 'button',
label: 'Bahasa Indonesia'
},
it: {
type: 'button',
label: 'Italiano'
Expand Down
3 changes: 3 additions & 0 deletions src/template/js/template-parts/header/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ Menu.header.section_end.button_vert.onClickRender.settings = {
}, {
value: 'fr',
label: 'Français'
}, {
value: 'id',
label: 'Bahasa Indonesia'
}, {
value: 'it',
label: 'Italiano'
Expand Down

0 comments on commit b94ca18

Please sign in to comment.