Show options-page price clock and drive header trade stats from pure options.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -356,7 +356,11 @@
|
||||
|
||||
function syncShellChrome(tab) {
|
||||
const hideTopBar =
|
||||
tab === "settings" || tab === "risk_policy" || tab === "system_guide" || tab === "env_config";
|
||||
tab === "settings" ||
|
||||
tab === "risk_policy" ||
|
||||
tab === "system_guide" ||
|
||||
tab === "env_config" ||
|
||||
tab === "options_review";
|
||||
document.querySelectorAll(".instance-top-bar").forEach((el) => {
|
||||
el.hidden = hideTopBar;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user