From 1cb8a712cef5217c3750c439ff2a6d73a08ee0fa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 三月 2024 21:21:27 +0800 Subject: [PATCH] Merge branch 'positec' into bms --- src/tabviews/custom/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index d41d649..983d3c3 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -451,6 +451,8 @@ } } + tab.$menuname = (MenuName || '') + '-' + (tab.label || '') + return true }) -- Gitblit v1.8.0