Why did I make it this way??? #13

Merged
Guzio merged 121 commits from main into mergable-fr-fr 2026-04-15 20:05:01 +00:00
Showing only changes of commit e9fe820666 - Show all commits

View file

@ -13,5 +13,5 @@ const {prompt} = require("enquirer")
reg.ooye.web_password = passwordResponse.web_password reg.ooye.web_password = passwordResponse.web_password
writeRegistration(reg) writeRegistration(reg)
console.log("Saved. Restart Out Of Your Element to apply this change.") console.log("Saved. This change should be applied instantly.")
})() })()