修改小插件属性改变信号名称。

This commit is contained in:
JunjieBai 2023-07-14 11:48:04 +08:00
parent f338143b33
commit a55dd643bf
1 changed files with 1 additions and 1 deletions

View File

@ -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") {