windows pos & size in prefs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<header eicapptoolbar>
|
||||
<button eicbutton icon="icon-menu" xxxlarge rounded class="app-menu" role="button" aria-label="Button" aria-enabled="true"></button>
|
||||
<button eicbutton icon="icon-menu" large rounded class="app-menu" role="button" aria-label="Button" aria-enabled="true"></button>
|
||||
<img src="/app/assets/images/logop42.png" class="logo"/>
|
||||
</header>
|
||||
<menu eicmenu class="app-menu">
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user