Compare commits

..

2 Commits

Author SHA1 Message Date
add-uos 5e45398936
Merge a05e6ee9c6 into 882cc8989f 2025-03-03 02:52:07 +00:00
zhanghongyuan a05e6ee9c6 fix: 优化示例中加载按钮交互效果
优化 example 中加载按钮页面交互效果
2025-03-03 10:40:20 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ FluScrollablePage{
right: parent.right
verticalCenter: parent.verticalCenter
}
text: loading_button_switch.checked ? qsTr("Loading") : qsTr("Normal")
text:loading_button_switch.checked ? qsTr("Loading") : qsTr("Normal")
}
}
CodeExpander{