windows pos & size in prefs

This commit is contained in:
STEINNI
2025-10-08 12:51:01 +00:00
parent db3d10539a
commit 93de6045e3
5 changed files with 78 additions and 47 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ class SpaceView extends EICDomContent {
DOMContentBlured(options) { this.wasBlured = true }
DOMContentLoaded(options) {
DOMContentLoaded(options) {
this.windowPrefsId = `live.spaceview.${options.mode}`
for(let model in options.models) this[model] = options.models[model]
this.ttb = options.ttb
const components = ui.eicfy(this.el)