Skip to content

Commit

Permalink
improve string
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Aug 5, 2023
1 parent fed3d5c commit 73d6326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/specific/ScreensObj.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function ScreensObj_StartAllVars() {
Main_OpenLiveStream(Screens_GetObj(this.screen), this.posY + '_' + this.posX, this.ids, this.key_fun, checkHistory, this.ScreenName);
},
hasBanner: function () {
return this.showBanner && Settings_Obj_default('show_affiliate');
return this.showBanner && Settings_Obj_default('show_banner');
},
addBanner: function () {
return null;
Expand Down
2 changes: 1 addition & 1 deletion app/specific/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var Settings_value = {
apply_values: ['en_US', 'es_Us', 'pt_BR', 'ru_RU'],
defaultValue: 1
},
show_affiliate: {
show_banner: {
values: ['no', 'yes'],
defaultValue: 2
},
Expand Down

0 comments on commit 73d6326

Please sign in to comment.