Remove unused code, move logic from .h to their .cpp, clean some things

This commit is contained in:
Vyn 2024-09-02 11:52:06 +02:00
parent 924e35ecc4
commit cb6c663833
41 changed files with 492 additions and 978 deletions

View file

@ -13,7 +13,7 @@ export component SideBar inherits Rectangle {
}
VerticalLayout {
spacing: 4px;
for item[index] in Backend.resources: ToggleButton {
for item[index] in Backend.sources: ToggleButton {
text: item;
text-alignment: left;
clicked => { Backend.source_clicked(index) }