docs: correct repository layout (config dialog lives in contents/config/)

This commit is contained in:
ArnoldCordewiner
2026-09-05 20:14:49 +02:00
parent b0fbe8a14f
commit 944b7587bc
+5 -4
View File
@@ -74,12 +74,13 @@ or `fetch failed, HTTP status: <code>`.
```
metadata.desktop
contents/
├── config/main.xml # config schema (refreshMinutes, min 5, max 1440)
├── images/bitcoin.svg # bundled Bitcoin icon
├── config/
├── main.xml # config schema (refreshMinutes, min 5, max 1440)
│ └── config.qml # config dialog registry (ConfigModel/ConfigCategory)
├── images/bitcoin.svg # bundled Bitcoin icon
└── ui/
├── main.qml # widget + fetch/compare logic
── config.qml # config dialog (categories)
└── configGeneral.qml # interval setting
── configGeneral.qml # interval setting page
```
Repackage yourself: