feat: config, registry autodetect, remember domains

This commit is contained in:
2026-08-26 00:06:30 +05:00
parent 3f5923ad6d
commit c7557c163a
7 changed files with 353 additions and 83 deletions
+6 -6
View File
@@ -89,12 +89,12 @@ export component Header inherits Rectangle {
VerticalLayout {
padding-top: 2px;
Text {
text: "ku6epxboctuk.github.io";
color: Theme.text-control;
font-size: 14px;
font-family: "Consolas";
}
Text {
text: root.url;
color: Theme.text-control;
font-size: 14px;
font-family: "Consolas";
}
}
}
}