docs: correct repository layout (config dialog lives in contents/config/)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user