mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
ui fixes
This commit is contained in:
+1
-1
@@ -1874,7 +1874,7 @@ function AddBetterSEQTAElements(toggle) {
|
||||
titlebar.classList.add("titlebar");
|
||||
let container = document.getElementById("content");
|
||||
container.append(titlebar);
|
||||
var NewButtonStr = "<li class=\"item\" data-key=\"home\" id=\"homebutton\" data-path=\"/home\" data-betterseqta=\"true\"><label><svg style=\"width:24px;height:24px\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z\" /></svg>Home</label></li>";
|
||||
var NewButtonStr = "<li class=\"item\" data-key=\"home\" id=\"homebutton\" data-path=\"/home\" data-betterseqta=\"true\"><label><svg style=\"width:24px;height:24px\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z\" /></svg><span>Home</span></label></li>";
|
||||
var NewButton = stringToHTML(NewButtonStr);
|
||||
var menu = document.getElementById("menu");
|
||||
var List = menu.firstChild;
|
||||
|
||||
Reference in New Issue
Block a user