mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:41:02 +02:00
Removing logspam on toggling scripts window
This commit is contained in:
parent
ef628eaec6
commit
8e12c1959d
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ ScrollingWindow {
|
||||||
property var runningScriptsModel: ListModel { }
|
property var runningScriptsModel: ListModel { }
|
||||||
property bool isHMD: false
|
property bool isHMD: false
|
||||||
|
|
||||||
onVisibleChanged: console.log("Running scripts visible changed to " + visible)
|
|
||||||
onShownChanged: console.log("Running scripts visible changed to " + visible)
|
|
||||||
|
|
||||||
Settings {
|
Settings {
|
||||||
category: "Overlay.RunningScripts"
|
category: "Overlay.RunningScripts"
|
||||||
property alias x: root.x
|
property alias x: root.x
|
||||||
|
|
Loading…
Reference in a new issue