feat: refs #5308 Upgrade to v7 #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "5308-hideDeveloperOptions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@juan , te he dejado unos pantallazos en la tarea, para que veas a nivel visual como queda.
@ -270,0 +292,4 @@
var style = this.$(stylesName[n]).style;
this.regRead(Conf.regPath, 'hasDeveloperMode')
? style.visibility = 'visible'
: style.visibility = 'hidden'
@ -83,0 +22,4 @@
windowsstate="normal"/>
</head>
<body
onload="document.title = document.title + ' - ' + this.module()"
Esto ya se hace en el método
App.onLoad(event)