mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:41:10 +02:00
Merge pull request #10363 from jherico/qmlspam
Removing logspam on toggling scripts window
This commit is contained in:
commit
f809afae2f
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