mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:29:47 +02:00
fix configuration page
This commit is contained in:
parent
cd3df3f1a7
commit
603ab87c47
2 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@ Item {
|
||||||
id: stack
|
id: stack
|
||||||
initialItem: inputConfiguration
|
initialItem: inputConfiguration
|
||||||
property alias messageVisible: imageMessageBox.visible
|
property alias messageVisible: imageMessageBox.visible
|
||||||
|
property string selectedPlugin: ""
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: inputConfiguration
|
id: inputConfiguration
|
||||||
anchors {
|
anchors {
|
||||||
|
@ -274,6 +275,8 @@ Item {
|
||||||
} else {
|
} else {
|
||||||
box.label = "";
|
box.label = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stack.selectedPlugin = selectedDevice;
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
|
|
|
@ -28,6 +28,7 @@ Flickable {
|
||||||
onPluginNameChanged: {
|
onPluginNameChanged: {
|
||||||
if (page !== null) {
|
if (page !== null) {
|
||||||
page.pluginName = flick.pluginName;
|
page.pluginName = flick.pluginName;
|
||||||
|
page.displayConfiguration();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue