From 944b7587bcccf44979f0d3fad8fdceb4c5035c38 Mon Sep 17 00:00:00 2001 From: ArnoldCordewiner Date: Sat, 5 Sep 2026 20:14:49 +0200 Subject: [PATCH] docs: correct repository layout (config dialog lives in contents/config/) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e83bc70..262866a 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,13 @@ or `fetch failed, HTTP status: `. ``` 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: