* index: fix menu more btn not update after change lang.

This commit is contained in:
sunhao
2024-04-18 17:20:53 +08:00
parent ade81bea16
commit a85c94480f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -688,7 +688,7 @@ function updateAppsMenu(includeAppsBar)
{
loadCurrentPage(
{
selector: (includeAppsBar ? '#appsToolbar>*,#visionSwitcher>*,' : '') + 'appsItems()',
selector: (includeAppsBar ? '#menuMoreBtn>*,#appsToolbar>*,#visionSwitcher>*,' : '') + 'appsItems()',
onRender: function(info)
{
if(info.name === 'appsItems')
+1
View File
@@ -55,6 +55,7 @@ div
(
a
(
setID('menuMoreBtn'),
set::title($lang->more),
set::href('#menuMoreList'),
icon('more-circle'),