You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
🥰 Description of requirements
In ServerMode, there is no function to export settings, but in non-ServerMode, this function is available. Is it possible to open the export function in ServerMode?
🧐 Solution
In useMenu.tsx, the export option will only appear when isServerMode is False. Remove the judgment of isServerMode. It is not sure whether there will be other side effects.
🥰 需求描述
在 ServerMode 中,沒有匯出設定的功能,但是在非 ServerMode 中,是有這個功能的,請問是否可能在 ServerMode 中開放 export 的功能?
🧐 解决方案
在 useMenu.tsx 中,只有 isServerMode is False 時才會出現 export 的選項,將 isServerMode 的判斷式移除,不確定是否會有其他 side effect.
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: