修改小插件属性改变信号名称。
This commit is contained in:
parent
f338143b33
commit
a55dd643bf
|
@ -41,7 +41,7 @@ AppWidget {
|
||||||
|
|
||||||
onDatavalueChanged: updateSearchBarColor();
|
onDatavalueChanged: updateSearchBarColor();
|
||||||
|
|
||||||
onUserStatusChanged: {
|
onUserstatusChanged: {
|
||||||
if (userstatus === "Normal") {
|
if (userstatus === "Normal") {
|
||||||
mouseArea.enabled = true;
|
mouseArea.enabled = true;
|
||||||
} else if (userstatus === "Editable") {
|
} else if (userstatus === "Editable") {
|
||||||
|
|
Loading…
Reference in New Issue