Skip to content

Commit

Permalink
Improved startup speed #170
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 19, 2021
1 parent ee88a72 commit 95c0243
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 177 deletions.
2 changes: 1 addition & 1 deletion app/landing/src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const noPassword = () => {
setInterval(() => {
password.fill(0)

ipc.send("toConfirmFromLanding")
ipc.send("toApplicationFromLanding")

location.reload()
}, 1000)
Expand Down
2 changes: 1 addition & 1 deletion app/settings/src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ drp1.innerHTML = `

// hardware
let hardware_state = settings.settings.hardware_acceleration
if (hardware_state === true) {
if (hardware_state === false) {
tgt7.textContent = "Off"
tgl7.checked = false
} else {
Expand Down
Loading

0 comments on commit 95c0243

Please sign in to comment.