未验证 提交 db1859a7 编写于 作者: G GitSquared

🔥 Remove dev stuff that shouldnt be there

上级 2bb828d1
此差异已折叠。
......@@ -97,7 +97,7 @@ let displayLine = () => {
setTimeout(displayLine, 2);
}
};
// displayLine();
displayLine();
// Show "logo" and background grid
resumeInit = () => {
......@@ -269,5 +269,3 @@ window.onerror = (msg, path, line, col, error) => {
ipc.send("log", "error", `${error}: ${msg}`);
ipc.send("log", "debug", `at ${path} ${line}:${col}`);
};
document.getElementById("boot_screen").remove();
initUI();
......@@ -22,7 +22,7 @@ div#fs_disp_container {
top: 1.5vh;
height: 25.5vh;
width: 43vw;
overflow: auto; /* need to style scrollbars */
overflow: auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(8.5vh, 1fr));
grid-auto-rows: 8.5vh;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册