diff --git a/src/dcc-fcitx5configtool/qml/DetailAddonsItem.qml b/src/dcc-fcitx5configtool/qml/DetailAddonsItem.qml index e4d3617a..d64414d1 100644 --- a/src/dcc-fcitx5configtool/qml/DetailAddonsItem.qml +++ b/src/dcc-fcitx5configtool/qml/DetailAddonsItem.qml @@ -21,10 +21,7 @@ DccObject { loading = false } - Loader { - active: !loading - asynchronous: true - sourceComponent: DccRepeater { + DccRepeater { model: globalAddons delegate: DccObject { property bool expanded: true @@ -92,5 +89,4 @@ DccObject { } } } - } }