Remove redundant reload toolbar from hub settings page.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4650,7 +4650,6 @@
|
||||
}
|
||||
};
|
||||
document.getElementById("btn-close-all").onclick = closeAll;
|
||||
document.getElementById("btn-settings-reload").onclick = loadSettingsUI;
|
||||
document.getElementById("btn-settings-add").onclick = () => {
|
||||
const data = settingsCache || { exchanges: [] };
|
||||
const nid = String(Date.now() % 100000);
|
||||
|
||||
Reference in New Issue
Block a user